Transmitter5GetLastResponseId Method
Retrieve the response ID of the last reply received from the server. The returned string can be empty if no transmission occurred, or if the last operation did not comprise a server reply (e.g. local EIV creation, or a server call that ended in an error with no result).
Namespace: SwissDecTXAssembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
public void GetLastResponseId(
out string responseId
)
Public Sub GetLastResponseId (
<OutAttribute> ByRef responseId As String
)
public:
virtual void GetLastResponseId(
[OutAttribute] String^% responseId
) sealed
function GetLastResponseId(responseId);
Parameters
- responseId String