TheThing..::..SubscribeToThingsAsync Method (IEnumerable<(Of <(<'TheThingSubscription>)>)>)
Namespace:
nsCDEngine.Engines.ThingService
Assembly: C-DEngine (in C-DEngine.dll)
Assembly: C-DEngine (in C-DEngine.dll)
Syntax
public Task<TheThing..::..MsgSubscribeToThingsResponse> SubscribeToThingsAsync( IEnumerable<TheThing..::..TheThingSubscription> thingSubscriptionRequests )
Public Function SubscribeToThingsAsync ( _ thingSubscriptionRequests As IEnumerable(Of TheThing..::..TheThingSubscription) _ ) As Task(Of TheThing..::..MsgSubscribeToThingsResponse)
public: Task<TheThing..::..MsgSubscribeToThingsResponse^>^ SubscribeToThingsAsync( IEnumerable<TheThing..::..TheThingSubscription^>^ thingSubscriptionRequests )
Parameters
- thingSubscriptionRequests
- Type: IEnumerable<(Of <(<'TheThing..::..TheThingSubscription>)>)>