Class Terminal.ProvideVasResultCompletedEventArgs
Inheritance
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Terminal.ProvideVasResultCompletedEventArgs
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 ProvideVasResultCompletedEventArgs : Terminal.RequestCompletedEventArgs
Constructors
ProvideVasResultCompletedEventArgs(Terminal.RequestCompletedEventArgs, VasResult)
Declaration
public ProvideVasResultCompletedEventArgs(Terminal.RequestCompletedEventArgs args, VasResult result)
Parameters
Type | Name | Description |
---|---|---|
Terminal.RequestCompletedEventArgs | args | |
VasResult | result |
Fields
VasResult
Declaration
public readonly VasResult VasResult
Field Value
Type | Description |
---|---|
VasResult |