Class Terminal.BalanceInquiryCompletedEventArgs
Inheritance
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Terminal.BalanceInquiryCompletedEventArgs
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 BalanceInquiryCompletedEventArgs : Terminal.RequestCompletedEventArgs
Constructors
BalanceInquiryCompletedEventArgs(Terminal.RequestCompletedEventArgs, BalanceInquiryResponse)
Declaration
public BalanceInquiryCompletedEventArgs(Terminal.RequestCompletedEventArgs args, BalanceInquiryResponse response)
Parameters
| Type | Name | Description |
|---|---|---|
| Terminal.RequestCompletedEventArgs | args | |
| BalanceInquiryResponse | response |
Fields
m_BalanceInquiryResponse
Declaration
protected BalanceInquiryResponse m_BalanceInquiryResponse
Field Value
| Type | Description |
|---|---|
| BalanceInquiryResponse |
Properties
BalanceInquiryResponse
Declaration
public BalanceInquiryResponse BalanceInquiryResponse { get; }
Property Value
| Type | Description |
|---|---|
| BalanceInquiryResponse |