IProviderSessionRegisterService Method (String, Identity) |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntax bool RegisterService(
string serviceName,
Identity providerIdentity
)
Function RegisterService (
serviceName As String,
providerIdentity As Identity
) As Boolean
bool RegisterService(
String^ serviceName,
Identity^ providerIdentity
)
abstract RegisterService :
serviceName : string *
providerIdentity : Identity -> bool
Parameters
- serviceName
- Type: SystemString
- providerIdentity
- Type: Bloomberglp.BlpapiIdentity
Return Value
Type:
BooleanSee Also