StartServiceAsync Method
Requests the given service on a target channel.
Syntax
[VB.NET] Public Function StartServiceAsync(ByVal ChannelId As String, ByVal Service As String, ByVal Parameter As String) As Task
[C#] public Task StartServiceAsync(string channelId, string service, string parameter);