ContactSubscription members
Specifies the type of contact information to be to be subscribed on a collection of contacts set in the subscription.
The ContactSubscription type exposes the following members.
Properties
Name | Description | |
---|---|---|
Contacts | Returns the collection of contacts in a subscription. | |
LastSubscribedContactInformation | Returns the collection of contact information last subscribed in a subscription. | |
LastSubscribedRefreshRate | Returns the subscription freshness. |
Top
Methods
Name | Description | |
---|---|---|
AddContact | Adds a contact to a subscription. | |
AddContacts | Adds a collection of contacts to a subscription. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
RemoveContact | Removes a contact from a subscription. | |
Subscribe | if a contact is removed from the subscription, the subscription to this contact can only be removed when Unsubscribe or UpdateSubscription is called. | |
ToString | (Inherited from Object.) | |
Unsubscribe | Unsubscribes a subscription. |
Top