10.24.0

ContextFactoryPropertiesClone Method

This method creates a new object that is a copy of the current instance.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public override Object Clone()

Return Value

Object
A new object that is a copy of this instance.

Implements

ICloneableClone

See Also