| 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.21.0.1
Syntaxpublic abstract Request CreateAuthorizationRequest()
Public MustOverride Function CreateAuthorizationRequest As Request
public:
virtual Request^ CreateAuthorizationRequest() abstract
abstract CreateAuthorizationRequest : unit -> Request
Return Value
Type:
Request
Exceptions| Exception | Condition |
|---|
| NotFoundException |
This service does not have an AuthorizationRequest operation.
|
See Also