ICustomPropagation.Clone Method
Clone()
Called to create a copy of the custom object.Syntax
public ICustomPropagation Clone ()
Return Value
A copy of the custom object.
Platforms
Windows, Linux, Android
This method does not have to be thread-safe if it is only called implicitly by Carmenta Engine, either directly or by one methods defined in the ICustomPropagation callback interface. However, if the implementation uses state that can be accessed or modified from some other thread then the implementation must perform the necessary synchronization to become thread-safe.
More details about thread safety and custom objects can be found in Threading model, custom objects.
public ICustomPropagation Clone ()
Windows, Linux, Android
In this article
This method does not have to be thread-safe if it is only called implicitly by Carmenta Engine, either directly or by one methods defined in the ICustomPropagation callback interface. However, if the implementation uses state that can be accessed or modified from some other thread then the implementation must perform the necessary synchronization to become thread-safe.
More details about thread safety and custom objects can be found in Threading model, custom objects.
public:
virtual ICustomPropagationPtr clone ()
Windows, Linux, Android
In this article
This method does not have to be thread-safe if it is only called implicitly by Carmenta Engine, either directly or by one methods defined in the ICustomPropagation callback interface. However, if the implementation uses state that can be accessed or modified from some other thread then the implementation must perform the necessary synchronization to become thread-safe.
More details about thread safety and custom objects can be found in Threading model, custom objects.
public abstract ICustomPropagation clone ()
Windows, Linux, Android
In this article
This element is not available using the selected API.
In this article