SubscribeAsync Method
SubscribeAsync(Action<CollectionItemEventHandlers<T>>, bool, object)
Subscribes to events.
Declaration
Task<Guid> SubscribeAsync(Action<CollectionItemEventHandlers<T>> events, bool includeValue = true, object state = null)
Parameters
| Action<CollectionItemEventHandlers<T>> | events | An event handlers collection builder.  | 
    
| bool | includeValue | Whether to include values in event arguments.  | 
    
| object | state | A state object that will be passed to handlers.  | 
    
Returns
| Task<Guid> | The unique identifier of the subscription.  |