Initializes a new instance of the MessageResultEventArgs class
Namespace: OPSSDKCommon.Model.MessageAssembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public MessageResultEventArgs( string callbackId, bool result ) |
Visual Basic |
---|
Public Sub New ( callbackId As String, result As Boolean ) |
Visual C++ |
---|
public: MessageResultEventArgs( String^ callbackId, bool result ) |
Parameters
- callbackId
- Type: System..::..String
[Missing <param name="callbackId"/> documentation for "M:OPSSDKCommon.Model.Message.MessageResultEventArgs.#ctor(System.String,System.Boolean)"]
- result
- Type: System..::..Boolean
[Missing <param name="result"/> documentation for "M:OPSSDKCommon.Model.Message.MessageResultEventArgs.#ctor(System.String,System.Boolean)"]