ProviderSessionRegisterServiceAsync Method |
Name | Description | |
---|---|---|
RegisterServiceAsync(String, Identity) |
Begins the process of registering the service identified by
serviceName with identity and returns immediately.
| |
RegisterServiceAsync(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. | |
RegisterServiceAsync(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. | |
RegisterServiceAsync(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. |