AdgConnection.GetSourceProfileCopy Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

SourceProfile GetSourceProfileCopy()

Return a deep-copy of the current value of the connection’s source profile

Remarks

Since the returned object is a copy, modifications to it have no effect on this AdgConnection instance.

SourceProfile GetSourceProfileCopy()

Returns

Type Description
SourceProfile A copy of the source profile associated with the connection.

See Also

AdgConnection Class