PduHeader Constructor (String, UInt64, UInt64)
|
Create PDU header from login ID, instance ID, message ID.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic PduHeader(
string loginId,
ulong instanceId,
ulong messageId
)
Public Sub New (
loginId As String,
instanceId As ULong,
messageId As ULong
)
public:
PduHeader(
String^ loginId,
unsigned long long instanceId,
unsigned long long messageId
)
new :
loginId : string *
instanceId : uint64 *
messageId : uint64 -> PduHeader
Parameters
- loginId
- Type: SystemString
login ID - instanceId
- Type: SystemUInt64
instance ID - messageId
- Type: SystemUInt64
message ID
See Also