- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2
SessionEvents
        Greg Kolinski edited this page Nov 28, 2017 
        ·
        2 revisions
      
     public partial class SessionEvents {
        public APICall APICall {get;set;}
        public DateTime Date {get;set;}
        public int Milliseconds {get;set;}
        public string ip {get;set;}
        public RetCode ReturnCode {get;set;}
        public string Comment {get;set;}
    }- APICall - Enum APICall: A numeric value to represent the API Call for session event.
- Date - DateTime: The DateTime for the session event.
- Milliseconds - Integer: The execution time for the call.
- ip - String: The Internet Protocol (IP) address for this session event.
- ReturnCode - Enum RetCode: A numeric value to indicate the return code result for the call.
- Comment - String: Related comments logged in the system.
Getting Started
- Getting Started - Basics
- Getting Started - Extended Capabilities
- HTTP Connections
- Visual Studio SOAP Connections
- About ECGridOS and Loren Data Corp.
- Documentation & Nomenclature
- Using Web Services
- Networks & Mailboxes
- Users & Authorization Levels
- API Keys & Sessions
- Trading Partners & ECGridIDs
- Interconnects & Trading Partnerships
- Parcels, Interchanges & Mailbags
- Carbon Copies
ECGridOS API Calls
- API Calls - Full Definitions Available
- Asynchronous API Calls - Events
- Asynchronous API Calls - Task\Async\Await