Overload | Description |
---|---|
UANodeArguments Constructor() | Initializes a new instance of the class with default data. |
UANodeArguments Constructor(Object,UADiscoveryElement,IUANodeElement) | Initializes a new instance of the class, specifying the state object, discovery element, and node element. |
UANodeArguments Constructor(Object,UAEndpointDescriptor,UANodeDescriptor) | Initializes a new instance of the class, specifying the state object, endpoint descriptor, and node descriptor. |
UANodeArguments Constructor(OperationArguments) | Initializes a new instance of the class, specifying the operation arguments. |
UANodeArguments Constructor(OperationArguments,UAEndpointDescriptor,UANodeDescriptor) | Initializes a new instance of the class, specifying the operation arguments, endpoint descriptor, and node descriptor. |
UANodeArguments Constructor(UADiscoveryElement,IUANodeElement) | Initializes a new instance of the class, specifying the discovery element, and node element. |
UANodeArguments Constructor(UAEndpointDescriptor,UANodeDescriptor) | Initializes a new instance of the class, specifying the endpoint descriptor, and node descriptor. |
UANodeArguments Constructor(UANodeArguments) | Initializes a new copy of the object. |
UANodeArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |