Click or drag to resize
ProviderSessionRegisterServiceAsync Method (String, Identity, ServiceRegistrationOptions)
Begins the process of registering the service identified by the specified 'uri' with identity and registration options, and returns immediately.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public CorrelationID RegisterServiceAsync(
	string uri,
	Identity providerIdentity,
	ServiceRegistrationOptions registrationOptions
)

Parameters

uri
Type: SystemString
providerIdentity
Type: Bloomberglp.BlpapiIdentity
registrationOptions
Type: Bloomberglp.BlpapiServiceRegistrationOptions

Return Value

Type: CorrelationID
The actual CorrelationID object that will identify Event objects generated as a result of this call.
Exceptions
ExceptionCondition
InvalidOperationException The session is not started.
Remarks
In addition to the common arguments, the specified 'registrationOptions' can be used to specify registration options like group ID, service priority and parts of the service being registered.
See Also