Overload | Description |
---|---|
HandleArguments Constructor() | Initializes a new instance of the class. Initializes a new instance of the class with default data. |
HandleArguments Constructor(HandleArguments) | Initializes a new instance of the class.
|
HandleArguments Constructor(Int32) | Initializes a new instance of the class. Initializes a new instance of the class with the specified handle value. |
HandleArguments Constructor(Int32,Object) | Initializes a new instance of the class. Initializes a new instance of the class with the specified handle value, and a user-defined state object. |
HandleArguments Constructor(OperationArguments) | Initializes a new instance of the class. Initializes a new copy of the HandleArguments object from the OperationArguments object. |
HandleArguments Constructor(OperationArguments,Int32) | Initializes a new instance of the class. Initializes a new copy of the HandleArguments object from the OperationArguments object, and specified handle value. |
HandleArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class. Initializes a new instance of the class with serialized data. |