Solclient
ContextFactoryPropertiesClone Method |
This method creates a new object that is a copy of the current instance.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public override Object Clone()
Public Overrides Function Clone As Object
public: virtual Object^ Clone() override
Return Value
Type: ObjectA new object that is a copy of this instance.
Implements
ICloneableCloneSee Also