ServiceCreateRequest Method |
Returns an empty Request object for the specified operation.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax public abstract Request CreateRequest(
string operationName
)
Public MustOverride Function CreateRequest (
operationName As String
) As Request
public:
virtual Request^ CreateRequest(
String^ operationName
) abstract
abstract CreateRequest :
operationName : string -> Request
Parameters
- operationName
- Type: SystemString
Return Value
Type:
RequestExceptions Exception | Condition |
---|
NotFoundException |
An Operation with the specified name could not be found in this service.
|
Remarks See Also