Skip to main content Skip to complementary content

EmbedSnapshotObjectAsync Method

Overloads

EmbedSnapshotObjectAsync(String)

Adds a snapshot to a generic object.

EmbedSnapshotObjectAsync(AsyncHandle, String)

Adds a snapshot to a generic object.

EmbedSnapshotObjectAsync(String)

Adds a snapshot to a generic object.

Declaration

      Task EmbedSnapshotObjectAsync([QixName("qId")] string id)
    

Parameters

Type Name Description
System.String id

Identifier of the bookmark.

Returns

Type Description
System.Threading.Tasks.Task

Remarks

Only one snapshot can be embedded in a generic object.

EmbedSnapshotObjectAsync(AsyncHandle, String)

Adds a snapshot to a generic object.

Declaration

      Task EmbedSnapshotObjectAsync(AsyncHandle asyncHandle, [QixName("qId")] string id)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String id

Identifier of the bookmark.

Returns

Type Description
System.Threading.Tasks.Task

Remarks

Only one snapshot can be embedded in a generic object.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!