Bloomberg API for .NET
RegisterServiceAsync Method (uri, providerIdentity, registrationOptions)
NamespacesBloomberglp.BlpapiProviderSessionRegisterServiceAsync(String, Identity, ServiceRegistrationOptions)
Begins the process of registering the service identified by the specified 'uri' with identity and registration options, and returns immediately.
Declaration Syntax
C#Visual BasicVisual C++
public CorrelationID RegisterServiceAsync(
	string uri,
	Identity providerIdentity,
	ServiceRegistrationOptions registrationOptions
)
Public Function RegisterServiceAsync ( 
	uri As String,
	providerIdentity As Identity,
	registrationOptions As ServiceRegistrationOptions
) As CorrelationID
public:
CorrelationID^ RegisterServiceAsync(
	String^ uri, 
	Identity^ providerIdentity, 
	ServiceRegistrationOptions^ registrationOptions
)
Parameters
uri (String)
providerIdentity (Identity)
registrationOptions (ServiceRegistrationOptions)
Return Value
CorrelationID
The actual CorrelationID object that will identify Event objects generated as a result of this call.
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.
Exceptions
ExceptionCondition
InvalidOperationException The session is not started.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1