Edit

Share via


OperationInfo.Clone Method

Definition

Creates a copy of the object.

public:
 override System::Workflow::Activities::OperationInfoBase ^ Clone();
public override System.Workflow.Activities.OperationInfoBase Clone();
override this.Clone : unit -> System.Workflow.Activities.OperationInfoBase
Public Overrides Function Clone () As OperationInfoBase

Returns

The copy of the OperationInfo object.

Remarks

This method creates a deep copy of the OperationInfo object, with the same ContractName, IsOneWay, Parameters, and ProtectionLevel values.

Applies to