Transmitter5GetLastRequestId Method
Retrieve the request ID that was used during the last transmission. The returned identifier is either the one that was passed within the declaration document, or the one that was automatically created by the transmitter if the automatic request ID creation feature was used (i.e. the <RequestID> tag contains a single asterisk character "*", the empty string "" or the string "reqId" in the document).
Namespace: SwissDecTXAssembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
public void GetLastRequestId(
out string requestId
)
Public Sub GetLastRequestId (
<OutAttribute> ByRef requestId As String
)
public:
virtual void GetLastRequestId(
[OutAttribute] String^% requestId
) sealed
function GetLastRequestId(requestId);
Parameters
- requestId String