Microsoft.HockeyApp.DataContracts.SessionStateTelemetry.SessionStateTelemetry C# (CSharp) Method

SessionStateTelemetry() public method

Initializes a new instance of the SessionStateTelemetry class with the specified state.
public SessionStateTelemetry ( SessionState state ) : System
state SessionState /// A value indicating state of the user session. ///
return System
        public SessionStateTelemetry(SessionState state) : this()
        {
            this.State = state;
        }

Same methods

SessionStateTelemetry::SessionStateTelemetry ( ) : System