Class Terminal.ClientIdentificationCompletedEventArgs
Inheritance
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Terminal.ClientIdentificationCompletedEventArgs
Inherited Members
System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
System.ComponentModel.AsyncCompletedEventArgs.Cancelled
System.ComponentModel.AsyncCompletedEventArgs.Error
System.ComponentModel.AsyncCompletedEventArgs.UserState
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ClientIdentificationCompletedEventArgs : Terminal.RequestCompletedEventArgs
Constructors
ClientIdentificationCompletedEventArgs(Terminal.RequestCompletedEventArgs, ClientIdentificationResponse)
Declaration
public ClientIdentificationCompletedEventArgs(Terminal.RequestCompletedEventArgs args, ClientIdentificationResponse response)
Parameters
Type | Name | Description |
---|---|---|
Terminal.RequestCompletedEventArgs | args | |
ClientIdentificationResponse | response |
Fields
Response
Declaration
public readonly ClientIdentificationResponse Response
Field Value
Type | Description |
---|---|
ClientIdentificationResponse |