Same as a single write but for a group of entities sharing the same transaction (if any).
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
ILeaseContext<T>[] WriteMultiple<T>( T[] objects, ITransaction tx )
Function WriteMultiple(Of T) ( _ objects As T(), _ tx As ITransaction _ ) As ILeaseContext(Of T)()
generic<typename T> array<ILeaseContext<T>^>^ WriteMultiple( array<T>^ objects, ITransaction^ tx )
![](../icons/collapse_all.gif)
- T
- Type of object to write.
![](../icons/collapse_all.gif)
- objects (array<T>[]()[][])
- The objects to write.
- tx (ITransaction)
- The transaction (if any) under which to work.
![](../icons/collapse_all.gif)
An array of leases on successful write.
![](../icons/collapse_all.gif)
Exception | Condition |
---|---|
WriteMultipleException | The operation had a failure. |