CoSimpleLoginServiceAsync

Overview

Location

Class Methods


Create (IMessage, IClientChannel): ISimpleLoginService_Async

 

class method Create(message: IMessage; clientChannel: IClientChannel): ISimpleLoginService_Async

 

static ISimpleLoginService_Async Create(IMessage message, IClientChannel clientChannel)

 

Shared Function Create(message As IMessage, clientChannel As IClientChannel) As ISimpleLoginService_Async

Parameters:

  • message:
  • clientChannel:

Create (IRemoteService): ISimpleLoginService_Async

 

class method Create(remoteService: IRemoteService): ISimpleLoginService_Async

 

static ISimpleLoginService_Async Create(IRemoteService remoteService)

 

Shared Function Create(remoteService As IRemoteService) As ISimpleLoginService_Async

Parameters:

  • remoteService:

Create (Uri): ISimpleLoginService_Async

 

class method Create(uri: Uri): ISimpleLoginService_Async

 

static ISimpleLoginService_Async Create(Uri uri)

 

Shared Function Create(uri As Uri) As ISimpleLoginService_Async

Parameters:

  • uri:

Create (String): ISimpleLoginService_Async

 

class method Create(url: String): ISimpleLoginService_Async

 

static ISimpleLoginService_Async Create(String url)

 

Shared Function Create(url As String) As ISimpleLoginService_Async

Parameters:

  • url:

Instance Methods


constructor

 

constructor

 

CoSimpleLoginServiceAsync()

 

Sub New()