IEventService.GetEventSubscriptions Method
Include Protected Members
Include Inherited Members
Gets event subscriptions for the specified user.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetEventSubscriptions(String) | Gets event subscriptions for the specified user. | |
GetEventSubscriptions(IdentityDescriptor) | Gets event subscriptions for the specified user. | |
GetEventSubscriptions(String, String) | Gets event subscriptions for the specified user and classification. | |
GetEventSubscriptions(IdentityDescriptor, String) | Gets event subscriptions for the specified user and classification. |
Top