| LayerTreeClientLoadSnapshotAsync Method  | 
Version 90.6.50 
            Returns the snapshot identifier.
            
 
    Namespace: 
   CefSharp.DevTools.LayerTree
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<LoadSnapshotResponse> LoadSnapshotAsync(
	IList<PictureTile> tiles
)
public:
Task<LoadSnapshotResponse^>^ LoadSnapshotAsync(
	IList<PictureTile^>^ tiles
)
Parameters
- tiles
- Type: System.Collections.GenericIListPictureTile
 An array of tiles composing the snapshot.
Return Value
Type: 
TaskLoadSnapshotResponsereturns System.Threading.Tasks.Task<LoadSnapshotResponse>
 See Also
See Also