Click or drag to resize
ServiceCreateRequest Method
Returns an empty Request object for the specified operation.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract Request CreateRequest(
	string operationName
)

Parameters

operationName
Type: SystemString

Return Value

Type: Request
Exceptions
ExceptionCondition
NotFoundException An Operation with the specified name could not be found in this service.
Remarks
An application must populate the Request before issuing it using Session.SendRequest().
See Also