This is a class which contains information about the PASI Client, Software Provider and the user who is calling the service.
Inheritance Hierarchy
PASI.DataContract.V2009CallerInfo
Namespace: PASI.DataContract.V2009
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The CallerInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallerInfo |
Create an instance of this class.
|
Properties
Name | Description | |
---|---|---|
ClientMessageID | (Required)
(Required - MaxLength(50)) A unique Client message Id which is used by client for message identification
| |
SentUtcTime | (Required)
The time which PASI Client performs a service call
| |
Software | (Required)
Information about the Software Provider
| |
User | (Required)
Information about the user who performs the service call
|
Remarks
See Also