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.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
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