Overload | Description |
---|---|
DANodeArguments Constructor() | Initializes a new instance of the class with default data. |
DANodeArguments Constructor(Object,ServerDescriptor,DANodeDescriptor) | Initializes a new instance of the class, specifying the state object, server descriptor, and node descriptor. |
DANodeArguments Constructor(OperationArguments) | Initializes a new instance of the class, specifying operation arguments. |
DANodeArguments Constructor(OperationArguments,ServerDescriptor,DANodeDescriptor) | Initializes a new instance of the class, specifying operation arguments, server descriptor, and node descriptor. |
DANodeArguments Constructor(ServerDescriptor,DANodeDescriptor) | Initializes a new instance of the class, specifying the server descriptor and node descriptor. |
DANodeArguments Constructor(DANodeArguments) | Initializes a new copy of the object. |
DANodeArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |