ServiceCreateAuthorizationRequest Method |
Returns an empty
Request object to be used for authorization.
The request id of the new request, i.e.
RequestId,
is
null.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntax public abstract Request CreateAuthorizationRequest()
Public MustOverride Function CreateAuthorizationRequest As Request
public:
virtual Request^ CreateAuthorizationRequest() abstract
abstract CreateAuthorizationRequest : unit -> Request
Return Value
Type:
RequestExceptions Exception | Condition |
---|
NotFoundException |
This service does not have an AuthorizationRequest operation.
|
See Also