ERPConnect.RFCCallbackFunction
Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll
Inheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
RFCCallbackFunction(string, Action<RFCCallbackFunction>)
Initializes a new ERPConnect.RFCCallbackFunction
object
Parameters
name
string
The name of this function used to dispatch incoming callbacks
callback
Action<RFCCallbackFunction>
The handling method which is called when a callback for this function is received
Properties
Callback
Gets the delegate that is used to handle incoming callbacks
Property Value
Exports
Gets a RFCParamter collection which represents the export parameters to be exchanged with the SAP system
Property Value
Imports
Gets a RFCParamter collction which represents the import parameters to be exchanged with the SAP system
Property Value
Name
Gets the name of this callback function
Property Value
Tables
Gets a RFCTable collection which represents the tables to be exchanged with the SAP system