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.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
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