IProviderSessionRegisterServiceAsync Method (String, Identity, CorrelationID) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax CorrelationID RegisterServiceAsync(
string uri,
Identity providerIdentity,
CorrelationID correlationId
)
Function RegisterServiceAsync (
uri As String,
providerIdentity As Identity,
correlationId As CorrelationID
) As CorrelationID
CorrelationID^ RegisterServiceAsync(
String^ uri,
Identity^ providerIdentity,
CorrelationID^ correlationId
)
abstract RegisterServiceAsync :
uri : string *
providerIdentity : Identity *
correlationId : CorrelationID -> CorrelationID
Parameters
- uri
- Type: SystemString
- providerIdentity
- Type: Bloomberglp.BlpapiIdentity
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
Return Value
Type:
CorrelationIDSee Also