ServiceJsonRpcDescriptor.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a copy of this instance with all the same properties.
protected:
override Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ Clone();
protected override Microsoft.ServiceHub.Framework.ServiceRpcDescriptor Clone ();
override this.Clone : unit -> Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Protected Overrides Function Clone () As ServiceRpcDescriptor
Returns
The copy.