ServiceContractEvents.SubscribeToEvents Method
Include Protected Members
Include Inherited Members
Specifies the service contract events to receive.
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 | |
---|---|---|
SubscribeToEvents(ObjectEventSet) | Specifies the service contract events to receive. | |
SubscribeToEvents(ObjectEventSet, ServerEventHandler) | Specifies the service contract events to receive and the event handler that handles the events. |
Top