Struct SubscriptionHandle
public struct SubscriptionHandle
  - Inherited Members
 
- Extension Methods
 
Fields
IsPersistent
public bool IsPersistent
  Field Value
Properties
Callback
public Action<MessageCenterMessage> Callback { readonly get; set; }
  Property Value
IsFinite
public bool IsFinite { readonly get; set; }
  Property Value
MessageType
public Type MessageType { readonly get; set; }
  Property Value
OriginalHashcode
public int OriginalHashcode { readonly get; set; }
  Property Value
Parent
public MessageCenter Parent { readonly get; set; }
  Property Value
Methods
Release()
public void Release()