IReliableObjectStateManager.RemoveAsync Method (Uri, TimeSpan)

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

Usage

'Usage
Dim instance As IReliableObjectStateManager
Dim name As Uri
Dim timeout As TimeSpan
Dim returnValue As Task

returnValue = instance.RemoveAsync(name, timeout)

Syntax

'Declaration
Function RemoveAsync ( _
    name As Uri, _
    timeout As TimeSpan _
) As Task
Task RemoveAsync (
    Uri name,
    TimeSpan timeout
)
Task^ RemoveAsync (
    Uri^ name, 
    TimeSpan timeout
)
Task RemoveAsync (
    Uri name, 
    TimeSpan timeout
)
function RemoveAsync (
    name : Uri, 
    timeout : TimeSpan
) : 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