| MessagePropertiesSetRequestId Method |
Namespace:
Bloomberglp.Blpapi.Test
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntaxpublic MessageProperties SetRequestId(
string requestId
)
Public Function SetRequestId (
requestId As String
) As MessageProperties
public:
MessageProperties^ SetRequestId(
String^ requestId
)
member SetRequestId :
requestId : string -> MessageProperties
Parameters
- requestId
- Type: SystemString
The ID to use.
Return Value
Type:
MessagePropertiesthis
See Also