• Version 1.7.1
Show / Hide Table of Contents

Class SessionSchedulerErrorEventArgs

Scheduler error event arguments.

Inheritance
object
EventArgs
SessionSchedulerErrorEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.Cme.ILink3.Schedule
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class SessionSchedulerErrorEventArgs : EventArgs

Properties

Description

An error description.

Declaration
public string Description { get; }
Property Value
Type Description
string

Reason

Returns the error reason.

Declaration
public SessionErrorReason Reason { get; }
Property Value
Type Description
SessionErrorReason

error reason

Session

Declaration
public Session Session { get; }
Property Value
Type Description
Session
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX