Share via


StorageDomainManager<TData>.ReplaceAsync Method (String, TData)

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)

Syntax

[DebuggerStepThroughAttribute]
public Task<TData> ReplaceAsync(
    string id,
    TData data
)
public:
[DebuggerStepThroughAttribute]
virtual Task<TData>^ ReplaceAsync(
    String^ id,
    TData data
) sealed
[<DebuggerStepThroughAttribute>]
abstract ReplaceAsync : 
        id:string *
        data:'TData -> Task<'TData>
[<DebuggerStepThroughAttribute>]
override ReplaceAsync : 
        id:string *
        data:'TData -> Task<'TData>
<DebuggerStepThroughAttribute>
Public Function ReplaceAsync (
    id As String,
    data As TData
) As Task(Of TData)

Return Value

Type: System.Threading.Tasks.Task<TData>

Implements

IDomainManager<TData>.ReplaceAsync(String, TData)

See Also

StorageDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top