C-DEngine 5.105

TheThing..::..SubscribeToThingAsync Method

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Task<TheThing..::..MsgSubscribeToThingsResponse> SubscribeToThingAsync(
	TheThing..::..TheThingSubscription thingSubscriptionRequest
)
Public Function SubscribeToThingAsync ( _
	thingSubscriptionRequest As TheThing..::..TheThingSubscription _
) As Task(Of TheThing..::..MsgSubscribeToThingsResponse)
public:
Task<TheThing..::..MsgSubscribeToThingsResponse^>^ SubscribeToThingAsync(
	TheThing..::..TheThingSubscription^ thingSubscriptionRequest
)