ProviderSessionRegisterServiceAsync Method |
Name | Description | |
---|---|---|
RegisterServiceAsync(String, Identity) |
Begins the process of registering the service identified by the
specified 'uri' with identity and returns immediately.
| |
RegisterServiceAsync(String, Identity, CorrelationID) |
Begins the process of registering the service identified by the
specified 'uri' 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 the
specified 'uri' 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 the
specified 'uri' with identity, CorrelationID and registration
options. Returns immediately.
When providerIdentity is null the session identity will be used if it's been authorized. |