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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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