Edit

Share via


WcfChannelModule.SetupManagementWcfChannelAsync<T> Method

Definition

public static System.Threading.Tasks.Task<System.ServiceModel.ServiceHost> SetupManagementWcfChannelAsync<T> (object singletonInstance, string serviceName);
static member SetupManagementWcfChannelAsync : obj * string -> System.Threading.Tasks.Task<System.ServiceModel.ServiceHost>
Public Function SetupManagementWcfChannelAsync(Of T) (singletonInstance As Object, serviceName As String) As Task(Of ServiceHost)

Type Parameters

T

Parameters

singletonInstance
Object
serviceName
String

Returns

Applies to