IReliableObjectStateManager.RemoveAsync Method (ITransaction, String)

Namespace: Microsoft.ServiceFabric.Data
Assembly: Microsoft.ServiceFabric.Data (in Microsoft.ServiceFabric.Data.dll)

Usage

'Usage
Dim instance As IReliableObjectStateManager
Dim tx As ITransaction
Dim name As String
Dim returnValue As Task

returnValue = instance.RemoveAsync(tx, name)

Syntax

'Declaration
Function RemoveAsync ( _
    tx As ITransaction, _
    name As String _
) As Task
Task RemoveAsync (
    ITransaction tx,
    string name
)
Task^ RemoveAsync (
    ITransaction^ tx, 
    String^ name
)
Task RemoveAsync (
    ITransaction tx, 
    String name
)
function RemoveAsync (
    tx : ITransaction, 
    name : String
) : Task

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

IReliableObjectStateManager Interface
IReliableObjectStateManager Members
Microsoft.ServiceFabric.Data Namespace