SimpleChannelProvider.GetChannelServiceAsync 方法

定义

获取此通道提供程序的通道服务属性。

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)

返回

通道提供程序的通道服务属性。

实现

适用于