• Version 1.7.1
Show / Hide Table of Contents

Class FailoverEventArgs

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

Constructors

FailoverEventArgs(FaultToleranceIndicator)

Declaration
public FailoverEventArgs(FaultToleranceIndicator indicator)
Parameters
Type Name Description
FaultToleranceIndicator indicator

Properties

FaultToleranceIndicator

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

Methods

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
object.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX