| ObservableEventTSender, TResult Class |
Namespace: Microsoft.IoT.DeviceHelpers
The ObservableEventTSender, TResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ObservableEventTSender, TResult(IEventObserver) |
Initializes a new ObservableEventTSender, TResult.
| |
| ObservableEventTSender, TResult(ScheduledAction) |
Initializes a new ObservableEventTSender, TResult.
|
| Name | Description | |
|---|---|---|
| Add |
Adds a handler to the observed event.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| 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.
| |
| ToString | (Inherited from Object.) |