Class NotificationManager
Inheritance
System.Object
NotificationManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.QPP
Assembly: Quark.CMSAdapters.QPP.dll
Syntax
public class NotificationManager
Fields
AssetChanged
The asset changed notification
Declaration
public Action<AssetNotification> AssetChanged
Field Value
Type | Description |
---|---|
System.Action<AssetNotification> |
AssetUpdated
The asset updated notification
Declaration
public Action<AssetNotification> AssetUpdated
Field Value
Type | Description |
---|---|
System.Action<AssetNotification> |
Methods
CloseListenChannel()
Closes notification listener.
Declaration
public void CloseListenChannel()
GetInstance()
Gets the instance.
Declaration
public static NotificationManager GetInstance()
Returns
Type | Description |
---|---|
NotificationManager |
RegisterListener(Int64[])
Registers listener for Asset change notifications.
Declaration
public void RegisterListener(long[] assetIds)
Parameters
Type | Name | Description |
---|---|---|
System.Int64[] | assetIds | The asset ids. |
UnRegisterListener(Int64[])
Unregisters listener for Asset change notifications.
Declaration
public void UnRegisterListener(long[] assetIds)
Parameters
Type | Name | Description |
---|---|---|
System.Int64[] | assetIds | The asset ids. |