Click or drag to resize
MessagePropertiesSetRequestId Method
Sets the request ID to be used for Message objects generated with this MessageProperties object.

Namespace:  Bloomberglp.Blpapi.Test
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax
public MessageProperties SetRequestId(
	string requestId
)

Parameters

requestId
Type: SystemString
The ID to use.

Return Value

Type: MessageProperties
this
See Also