TableServiceContext.SaveChangesWithRetries Method

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Overload List

NameDescription
TableServiceContext.SaveChangesWithRetries ()Saves changes to the Table service, using the retry policy specified for the TableServiceContext object.
TableServiceContext.SaveChangesWithRetries (SaveChangesOptions)Saves changes to the Table service, using the retry policy specified for the TableServiceContext object, and a set of specified additional options for saving changes.

See Also