C-DEngine 5.105

TheThing..::..GetThingSubscriptionsAsync Method (MsgGetThingSubscriptions)

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

Syntax


public Task<TheThing..::..MsgGetThingSubscriptionsResponse> GetThingSubscriptionsAsync(
	TheThing..::..MsgGetThingSubscriptions getSubscriptionsRequest
)
Public Function GetThingSubscriptionsAsync ( _
	getSubscriptionsRequest As TheThing..::..MsgGetThingSubscriptions _
) As Task(Of TheThing..::..MsgGetThingSubscriptionsResponse)
public:
Task<TheThing..::..MsgGetThingSubscriptionsResponse^>^ GetThingSubscriptionsAsync(
	TheThing..::..MsgGetThingSubscriptions^ getSubscriptionsRequest
)