Prepare the template for future operations on the proxy. Prepared templates are more
efficient since the data is already serialized in the space format.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
IPreparedTemplate<T> Snapshot<T>( T template )
Function Snapshot(Of T) ( _ template As T _ ) As IPreparedTemplate(Of T)
generic<typename T> IPreparedTemplate<T>^ Snapshot( T template )
![](../icons/collapse_all.gif)
- T
- Type of template.
![](../icons/collapse_all.gif)
- template (T)
- template to prepare.
![](../icons/collapse_all.gif)
A handle to the prepared template.
![](../icons/collapse_all.gif)
Exception | Condition |
---|---|
SpaceException | Communication error occured. |
InactiveSpaceException | The space is in backup mode and therefore is not active. |