Click or drag to resize
ProviderSessionRegisterServiceAsync Method
Overload List
  NameDescription
Public methodRegisterServiceAsync(String, Identity)
Begins the process of registering the service identified by serviceName with identity and returns immediately.
Public methodRegisterServiceAsync(String, Identity, CorrelationID)
Begins the process of registering the service identified by serviceName and returns immediately.

When providerIdentity is null the session identity will be used if it's been authorized.

Public methodRegisterServiceAsync(String, Identity, ServiceRegistrationOptions)
Begins the process of registering the service identified by serviceName with identity and registration options, and returns immediately.

When providerIdentity is null the session identity will be used if it's been authorized.

Public methodRegisterServiceAsync(String, Identity, CorrelationID, ServiceRegistrationOptions)
Begins the process of registering the service identified by serviceName with identity, CorrelationID and registration options. Returns immediately.

When providerIdentity is null the session identity will be used if it's been authorized.

Top
See Also