IObservableEventTSender, TResult Interface |
Namespace: Microsoft.IoT.DeviceHelpers
The IObservableEventTSender, TResult type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a handler to the observed event.
| |
Raise |
Raises the observed event if there is at least one subscriber.
| |
Remove(EventRegistrationToken) |
Removes a handler from the observed event.
| |
Remove(TypedEventHandlerTSender, TResult) |
Removes a handler from the observed event.
|