MediaDataServiceContext.SaveChangesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SaveChangesAsync(Object) | |
SaveChangesAsync(SaveChangesOptions, Object) | |
SaveChangesAsync(SaveChangesOptions, Object, CancellationToken) |
SaveChangesAsync(Object)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceResponse> SaveChangesAsync(object state);
abstract member SaveChangesAsync : obj -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceResponse>
override this.SaveChangesAsync : obj -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceResponse>
Public Function SaveChangesAsync (state As Object) As Task(Of IMediaDataServiceResponse)
Parameters
- state
- Object
Returns
Implements
Applies to
SaveChangesAsync(SaveChangesOptions, Object)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceResponse> SaveChangesAsync(System.Data.Services.Client.SaveChangesOptions options, object state);
abstract member SaveChangesAsync : System.Data.Services.Client.SaveChangesOptions * obj -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceResponse>
override this.SaveChangesAsync : System.Data.Services.Client.SaveChangesOptions * obj -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceResponse>
Public Function SaveChangesAsync (options As SaveChangesOptions, state As Object) As Task(Of IMediaDataServiceResponse)
Parameters
- options
- SaveChangesOptions
- state
- Object
Returns
Implements
Applies to
SaveChangesAsync(SaveChangesOptions, Object, CancellationToken)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceResponse> SaveChangesAsync(System.Data.Services.Client.SaveChangesOptions options, object state, System.Threading.CancellationToken token);
abstract member SaveChangesAsync : System.Data.Services.Client.SaveChangesOptions * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceResponse>
override this.SaveChangesAsync : System.Data.Services.Client.SaveChangesOptions * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceResponse>
Public Function SaveChangesAsync (options As SaveChangesOptions, state As Object, token As CancellationToken) As Task(Of IMediaDataServiceResponse)
Parameters
- options
- SaveChangesOptions
- state
- Object
- token
- CancellationToken
Returns
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET