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