SimpleChannelProvider.GetChannelServiceAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the channel service property for this channel provider.
public System.Threading.Tasks.Task<string> GetChannelServiceAsync ();
abstract member GetChannelServiceAsync : unit -> System.Threading.Tasks.Task<string>
override this.GetChannelServiceAsync : unit -> System.Threading.Tasks.Task<string>
Public Function GetChannelServiceAsync () As Task(Of String)
Returns
The channel service property for the channel provider.