CopyFromAsync Method
Overloads
| CopyFromAsync(String) |
Copies the properties of a generic object and its children. The source object is specified by the parameter |
|
| CopyFromAsync(AsyncHandle, String) |
Copies the properties of a generic object and its children. The source object is specified by the parameter |
CopyFromAsync(String)
Copies the properties of a generic object and its children.
The source object is specified by the parameter qFromId and the destination object is referenced by its handle.
Declaration
public Task CopyFromAsync([QixName("qFromId")] string fromId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fromId |
Identifier of the object to copy. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
Remarks
The identifier of the destination object is the same as before the copy takes place.
CopyFromAsync(AsyncHandle, String)
Copies the properties of a generic object and its children.
The source object is specified by the parameter qFromId and the destination object is referenced by its handle.
Declaration
public Task CopyFromAsync(AsyncHandle asyncHandle, [QixName("qFromId")] string fromId)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.String | fromId |
Identifier of the object to copy. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
Remarks
The identifier of the destination object is the same as before the copy takes place.