CoSimpleLoginServiceAsync
Overview
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Server
Class Methods
Create (IMessage, IClientChannel): ISimpleLoginService_Async
class method Create(message: IMessage; clientChannel: IClientChannel): ISimpleLoginService_Async
static ISimpleLoginService_Async Create(IMessage message, IClientChannel clientChannel)
static func Create(_ message: IMessage, _ clientChannel: IClientChannel) -> ISimpleLoginService_Async
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)
static func Create(_ remoteService: IRemoteService) -> ISimpleLoginService_Async
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)
static func Create(_ uri: Uri) -> ISimpleLoginService_Async
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)
static func Create(_ url: String) -> ISimpleLoginService_Async
Shared Function Create(url As String) As ISimpleLoginService_Async
Parameters:
- url:
Instance Methods
constructor
constructor
CoSimpleLoginServiceAsync()
init()
Sub New()