mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Updating to Windows Azure SDK 2.2.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -8,20 +8,20 @@
|
||||
<summary>Used to configure cache diagnostics.</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.AzureCommon.CacheDiagnostics.ConfigureDiagnostics(Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration)">
|
||||
<summary>Configures cache diagnostics using the specified diagnostic monitor configuration. This uses the diagnostic configuration setting to update any dynamic changes.</summary>
|
||||
<summary>Configures cache diagnostics using the specified diagnostic monitor configuration.</summary>
|
||||
<returns>Returns <see cref="T:Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration" />.</returns>
|
||||
<param name="diagnosticMonitorConfig">DiagnosticMonitorConfiguration object used to start the diagnostic service.</param>
|
||||
<param name="diagnosticMonitorConfig">A DiagnosticMonitorConfiguration object that provides a custom initial configuration.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.AzureCommon.CacheDiagnostics.ConfigureDiagnostics(System.String,Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration)">
|
||||
<summary>Configures cache diagnostics using the specified diagnostic monitor configuration. This uses the diagnostic configuration setting to update any dynamic changes.</summary>
|
||||
<summary>Configures cache diagnostics using the specified diagnostic monitor configuration.</summary>
|
||||
<returns>Returns <see cref="T:Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration" />.</returns>
|
||||
<param name="diagnosticsStorageAccountConfigurationSettingName">Connection string to the storage account that stores the diagnostic monitor configuration in the wad-control-container blob.</param>
|
||||
<param name="diagnosticMonitorConfig">DiagnosticMonitorConfiguration object used to start the diagnostic service.</param>
|
||||
<param name="diagnosticsStorageAccountConfigurationSettingName">The name of a configuration setting that provides a connection string to a storage account.</param>
|
||||
<param name="diagnosticMonitorConfig">A DiagnosticMonitorConfiguration object that provides a custom initial configuration.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.AzureCommon.CacheDiagnostics.ConfigureMemcacheShimCrashDumps(Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration)">
|
||||
<summary>Configures memcache shim diagnostics using the specified diagnostic monitor configuration.</summary>
|
||||
<returns>Returns <see cref="T:Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration" />.</returns>
|
||||
<param name="diagnosticMonitorConfig">DiagnosticMonitorConfiguration object used to start the diagnostic service.</param>
|
||||
<param name="diagnosticMonitorConfig">A DiagnosticMonitorConfiguration object that provides a custom initial configuration.</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
@@ -4,133 +4,139 @@
|
||||
<name>Microsoft.ApplicationServer.Caching.Client</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs"></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs"><summary>Internal.</summary></member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.ExceptionObject">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Exception" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.HasSucceeded">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.OperationContext">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.CacheOperationContext" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.OperationType">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.CacheOperationType" />.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationContext"></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationStartedEventArgs"></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationContext"><summary>Internal.</summary></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationStartedEventArgs"><summary>Internal.</summary></member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationStartedEventArgs.OperationContext">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Object" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationStartedEventArgs.OperationType">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.CacheOperationType" />.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationType"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Add">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.AsyncGet">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.BulkGet">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ClearCache">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ClearRegion">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Concatenate">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ContainsKey">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.CreateRegion">
|
||||
<summary />
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationType"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Unknown">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Get">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetAllKeys">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetAndLock">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetCacheItem">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetIfNewer">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Increment">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.LockedRemove">
|
||||
<summary />
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Put">
|
||||
<summary />
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.PutAndUnlock">
|
||||
<summary />
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Add">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.BulkGet">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Remove">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.RemoveRegion">
|
||||
<summary />
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ResetObjectTimeout">
|
||||
<summary />
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Unknown">
|
||||
<summary />
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetIfNewer">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetAndLock">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.PutAndUnlock">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Unlock">
|
||||
<summary />
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheBulkGetLatencyBaseCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheBulkGetLatencyCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheGetLatencyBaseCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheGetLatencyCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCachePutLatencyBaseCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCachePutLatencyCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageNetworkLatencyBaseCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageNetworkLatencyCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.CounterCategoryHelp"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.CounterCategoryName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.LockedRemove">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetCacheItem">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.CreateRegion">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.RemoveRegion">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ClearRegion">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.AsyncGet">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ClearCache">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Increment">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Concatenate">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ContainsKey">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetAllKeys">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheBulkGetLatencyBaseCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheBulkGetLatencyCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheGetLatencyBaseCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheGetLatencyCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCachePutLatencyBaseCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCachePutLatencyCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageNetworkLatencyBaseCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageNetworkLatencyCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.CounterCategoryHelp"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.CounterCategoryName"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.Dispose">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.FailureExceptionRate"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.IncomingDataRateCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.NetworkExceptionRate"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.OutgoingDataRateCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheFullBaseCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheFullCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheHitsBaseCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheHitsCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.RequestPerSecondCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.RetryExceptionRateCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.ServerResponseDroppedCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TimeoutExceptionRateCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalConnectionRequestsFailedCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalConnectionsCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalFailureExceptionsCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalItemsInLocalCacheCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalLocalCacheHitsCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalNetworkExceptionsCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalNotificationsReceivedCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalOutstandingRequestsCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalReadsCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalRequestsCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalRetryExceptionsCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalTimeoutExceptionsCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalWritesCounterName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.FailureExceptionRate"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.IncomingDataRateCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.NetworkExceptionRate"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.OutgoingDataRateCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheFullBaseCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheFullCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheHitsBaseCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheHitsCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.RequestPerSecondCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.RetryExceptionRateCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.ServerResponseDroppedCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TimeoutExceptionRateCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalConnectionRequestsFailedCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalConnectionsCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalFailureExceptionsCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalItemsInLocalCacheCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalLocalCacheHitsCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalNetworkExceptionsCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalNotificationsReceivedCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalOutstandingRequestsCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalReadsCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalRequestsCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalRetryExceptionsCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalTimeoutExceptionsCounterName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalWritesCounterName"><summary>Internal.</summary></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCache">
|
||||
<summary>The object that is used by cache-enabled applications for storing and retrieving objects from the cache. An instance of this object is referred to as the cache client.</summary>
|
||||
</member>
|
||||
@@ -149,20 +155,20 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object)">
|
||||
<summary>Adds an object to the cache.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache.</param>
|
||||
<param name="value">The object saved to the cache.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag})">
|
||||
<summary>Adds an object to the cache. This method enables associating tags with the cached object. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache.</param>
|
||||
<param name="value">The object saved to the cache.</param>
|
||||
<param name="tags">An array of <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheTag" /> objects to associate with the cached object.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag},System.String)">
|
||||
<summary>Adds an object to a region in the cache. This method enables association of tags with objects in the cache. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache.</param>
|
||||
<param name="value">The object saved to the cache.</param>
|
||||
<param name="tags">An array of <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheTag" /> objects to associate with the cached object.</param>
|
||||
<param name="region">The name of the region to save the object in.</param>
|
||||
@@ -170,21 +176,21 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.String)">
|
||||
<summary>Adds an object to a region in the cache. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache.</param>
|
||||
<param name="value">The object saved to the cache.</param>
|
||||
<param name="region">The name of the region to save the object in.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.TimeSpan)">
|
||||
<summary>Adds an object to the cache. This method provides the ability to specify when the object should be expired.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache.</param>
|
||||
<param name="value">The object saved to the cache.</param>
|
||||
<param name="timeout">The amount of time the object should reside in the cache before expiration.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.TimeSpan,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag})">
|
||||
<summary>Adds an object to the cache. This method enables associating tags with the cached object and specifying when the object should be expired. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache.</param>
|
||||
<param name="value">The object saved to the cache.</param>
|
||||
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||
<param name="tags">An array of <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheTag" /> objects to associate with the cached object.</param>
|
||||
@@ -192,7 +198,7 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.TimeSpan,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag},System.String)">
|
||||
<summary>Adds an object to a region in the cache. This method enables associating tags with the cached object and specifying when the object should be expired. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache.</param>
|
||||
<param name="value">The object saved to the cache.</param>
|
||||
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||
<param name="tags">An array of <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheTag" /> objects to associate with the cached object.</param>
|
||||
@@ -201,7 +207,7 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.TimeSpan,System.String)">
|
||||
<summary>Adds an object to a region in the cache. This method provides the ability to specify when the object should be expired. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" />object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">A unique value that is used to store and retrieve the object from the cache.</param>
|
||||
<param name="value">The object saved to the cache.</param>
|
||||
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||
<param name="region">The name of the region to save the object.</param>
|
||||
@@ -282,7 +288,7 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.CreateRegion(System.String)">
|
||||
<summary>Creates a region. Not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>Returns a<see cref="T:System.Boolean" /> value..</returns>
|
||||
<param name="region">The name of the region that is created. Region names must be less than 65 KB.</param>
|
||||
<param name="region">The name of the region that is created.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Decrement(System.String,System.Int64,System.Int64)">
|
||||
<summary>Decrements a long value stored in the cache.</summary>
|
||||
@@ -449,20 +455,20 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object)">
|
||||
<summary>Adds or replaces an object in the cache.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the cache.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion)">
|
||||
<summary>Adds or replaces an object in the cache if it is at the specified version.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the <paramref name="key" /> value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the cache.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="oldVersion">The <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the cached object that is to be replaced.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag})">
|
||||
<summary>Adds or replaces an object in the cache if it is at the specified version. Associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the <paramref name="key" /> value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the cache.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="oldVersion">The <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the cached object that is to be replaced.</param>
|
||||
<param name="tags">A list of tags to associate with the object.</param>
|
||||
@@ -470,7 +476,7 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag},System.String)">
|
||||
<summary>Adds or replaces an object in the specified region if it is at the specified version. Associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the <paramref name="key" /> value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the region. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the region.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="oldVersion">The <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the cached object that is to be replaced.</param>
|
||||
<param name="tags">A list of tags to associate with the object.</param>
|
||||
@@ -479,7 +485,7 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion,System.String)">
|
||||
<summary>Adds or replaces an object in the specified region if it is at the specified version. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the <paramref name="key" /> value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the region. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the region.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="oldVersion">The <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the cached object that is to be replaced.</param>
|
||||
<param name="region">The name of the region the object resides in.</param>
|
||||
@@ -487,7 +493,7 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion,System.TimeSpan)">
|
||||
<summary>Adds or replaces an object in the cache if it is at the specified version. Specifies the timeout value of the cached object.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the region. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the region.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="oldVersion">The <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the cached object that is to be replaced.</param>
|
||||
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||
@@ -495,7 +501,7 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion,System.TimeSpan,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag})">
|
||||
<summary>Adds or replaces an object in the cache if it is at the specified version. Specifies the timeout value and associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the cache.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="oldVersion">The <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the cached object that is to be replaced.</param>
|
||||
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||
@@ -504,7 +510,7 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion,System.TimeSpan,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag},System.String)">
|
||||
<summary>Adds or replaces an object in the specified region if it is at the specified version. Specifies the timeout value and associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the region. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the region.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="oldVersion">The <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the cached object that is to be replaced.</param>
|
||||
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||
@@ -514,7 +520,7 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion,System.TimeSpan,System.String)">
|
||||
<summary>Adds or replaces an object in the specified region if it is at the specified version. Specifies the timeout value of the cached object. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the <paramref name="key" /> value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the region. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the region.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="oldVersion">The <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the cached object that is to be replaced.</param>
|
||||
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||
@@ -523,14 +529,14 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag})">
|
||||
<summary>Adds or replaces an object in the cache. Associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the key value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the cache.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="tags">A list of tags to associate with the object.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag},System.String)">
|
||||
<summary>Adds or replaces an object in the specified region. Associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the <paramref name="key" /> value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the region. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the region.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="tags">A list of tags to associate with the object.</param>
|
||||
<param name="region">The name of the region the object resides in.</param>
|
||||
@@ -538,21 +544,21 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.String)">
|
||||
<summary>Adds or replaces an object in the specified region. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the <paramref name="key" /> value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the region. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the region.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="region">The name of the region the object resides in.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.TimeSpan)">
|
||||
<summary>Adds or replaces an object in the cache. Specifies the timeout value of the cached object.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the <paramref name="key" /> value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the cache.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.TimeSpan,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag})">
|
||||
<summary>Adds or replaces an object in the cache. Specifies the timeout value and associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the <paramref name="key" /> value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the cache. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the cache</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||
<param name="tags">A list of tags to associate with the object.</param>
|
||||
@@ -560,7 +566,7 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.TimeSpan,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag},System.String)">
|
||||
<summary>Adds or replaces an object in the specified region. Specifies the timeout value and associates tags with the cached object. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the <paramref name="key" /> value.</returns>
|
||||
<param name="key">The unique value that is used to identify the object in the region. Key names must be less than 65 KB.</param>
|
||||
<param name="key">The unique value that is used to identify the object in the region.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||
<param name="tags">A list of tags to associate with the object.</param>
|
||||
@@ -569,7 +575,7 @@
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.TimeSpan,System.String)">
|
||||
<summary>Adds or replaces an object in the specified region. Specifies the timeout value of the cached object. This overload is not supported in Windows Azure Shared Caching.</summary>
|
||||
<returns>A <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheItemVersion" /> object that represents the version of the object saved to the cache under the <paramref name="key" /> value.</returns>
|
||||
<param name="key">Adds or replaces an object in the specified region. Specifies the timeout value of the cached object. Key names must be less than 65 KB.</param>
|
||||
<param name="key">Adds or replaces an object in the specified region. Specifies the timeout value of the cached object.</param>
|
||||
<param name="value">The object to add or replace.</param>
|
||||
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||
<param name="region">The name of the region the object resides in.</param>
|
||||
@@ -723,16 +729,16 @@
|
||||
<param name="region">The name of the region where the object resides.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty">
|
||||
<summary>Specifies whether automatic discovery is enabled for the role or endpoint that hosts Windows Azure Caching.</summary>
|
||||
<summary>Specifies whether automatic discovery is enabled for the role that hosts Windows Azure Caching.</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty.#ctor(System.Boolean)">
|
||||
<summary>Creates a new DataCacheAutoDiscoverProperty object.</summary>
|
||||
<param name="enable">A value of true enables automatic discovery.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty.#ctor(System.Boolean,System.String)">
|
||||
<summary>Creates a new DataCacheAutoDiscoverProperty object; specifies the web role, worker role or endpoint that hosts Caching.</summary>
|
||||
<summary>Creates a new DataCacheAutoDiscoverProperty object; specifies the web or worker role that hosts Caching.</summary>
|
||||
<param name="enable">A value of true enables automatic discovery.</param>
|
||||
<param name="identifier">The name of the web role, worker role or endpoint that hosts Caching in the cloud service deployment.</param>
|
||||
<param name="identifier">The name of the web or worker role that hosts Caching in the cloud service deployment.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheBulkNotificationCallback">
|
||||
<summary>Specifies a callback which is called with a list of cache operations. Not supported in Windows Azure Shared Caching.</summary>
|
||||
@@ -773,7 +779,7 @@
|
||||
<param name="clientName">The name of the cache client. If the application configuration file specifies multiple named dataCacheClient sections, this parameter can be used to specify which dataCacheClient section to use.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.AutoDiscoverProperty">
|
||||
<summary>Specifies whether automatic discovery is enabled for the role or endpoint that hosts Windows Azure Caching.</summary>
|
||||
<summary>Specifies whether automatic discovery is enabled for the role that hosts Windows Azure Caching.</summary>
|
||||
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.CacheReadyRetryPolicy">
|
||||
|
Binary file not shown.
@@ -4,12 +4,14 @@
|
||||
<name>Microsoft.ApplicationServer.Caching.Core</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.AddUserState"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.AddUserState.#ctor"></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.AddUserState"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.AddUserState.#ctor"><summary>Internal.</summary></member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.AddUserState.NewLogOn">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.AddUserState.NewUser">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.BaseOperationNotification">
|
||||
@@ -105,14 +107,14 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheAlreadyPresent">
|
||||
<summary>The named cache already exists in the cache cluster.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheConfigWriteError"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheConfigWriteError"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheCreationInconsistencyFailure">
|
||||
<summary>The named cache could not be created due to a detected inconsistency in the configuration store.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheNotPresent">
|
||||
<summary>The specified named cache does not exist in the cache cluster.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCancelShutdownError"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCancelShutdownError"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterDown">
|
||||
<summary>The cache cluster is not running.</summary>
|
||||
</member>
|
||||
@@ -122,14 +124,14 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterRefreshFailed">
|
||||
<summary>The cache cluster experienced an error while attempting to refresh the list of cache hosts on all of the cache hosts.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterSettingsNotProvided"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterSettingsNotProvided"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterSettingsReadError">
|
||||
<summary>An error occurred attempting to read the configuration store provider name and connection string from the registry.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterTimeout">
|
||||
<summary>A Cache Administration timeout occurred.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCommandNotAllowed"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCommandNotAllowed"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminConfigAddHostError">
|
||||
<summary>An error occurred attempt to add a cache host to the cache cluster configuration store.</summary>
|
||||
</member>
|
||||
@@ -145,52 +147,52 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminGrantClientAccountErrorFormat">
|
||||
<summary>An error occurred attempting to add an account to the allowed client accounts list.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostConfigWriteError"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostConfigWriteError"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNameResolveFailure">
|
||||
<summary>The name 'localhost' is unable to be resolved to the current host name.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNotPresent">
|
||||
<summary>The specified cache host is not part of the cache cluster.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNotReachable"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNotReachable"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNotRunning">
|
||||
<summary>The specified cache host is not currently running.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostOperationError"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostOperationError"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostRefreshFailed">
|
||||
<summary>The cache cluster experienced an error while attempting to refresh the list of cache hosts on each of the specified cache host.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostRunning">
|
||||
<summary>The specified cache host is already in the running state.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostsNotReachable"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostsNotReachable"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostsNotRunning">
|
||||
<summary>No cache hosts are running in the cache cluster.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostsRunning">
|
||||
<summary>One or more cache hosts are running in the cache cluster.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminIncompatibleExpirationParameters"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminIncompleteParameters"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminIncompatibleExpirationParameters"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminIncompleteParameters"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInstallPathReadError">
|
||||
<summary>An error occurred reading the installation path from the registry.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidCacheName"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidCacheName"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidClusterSettings">
|
||||
<summary>The specified provider string or connection string is invalid. </summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidOperation">
|
||||
<summary>The specified operation is invalid.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidParameters"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidParametersForHost"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidParameters"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidParametersForHost"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidSecuritySettings">
|
||||
<summary>The specified security settings are invalid.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminMaxCachesCreated">
|
||||
<summary>The specified named cache cannot be created, because the cache cluster has reached the maximum number of named caches.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminMinSecondariesOutOfBounds"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminMinSecondariesOutOfBounds"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNoHosts">
|
||||
<summary>There are no cache hosts in the cache cluster.</summary>
|
||||
</member>
|
||||
@@ -200,17 +202,17 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNoSeedNodes">
|
||||
<summary>There are no seed nodes present in the cache cluster.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNoValuesProvided"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNoValuesProvided"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNullArgs">
|
||||
<summary>A required argument is null.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNullProviderSettingsKey"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminOperationError"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminOperationNotSupported"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNullProviderSettingsKey"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminOperationError"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminOperationNotSupported"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminPortsDuplicated">
|
||||
<summary>One or more port numbers have duplicate values.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminProviderTypeUnspecified"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminProviderTypeUnspecified"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminQuorumNotUp">
|
||||
<summary>The required quorum of hosts is not running.</summary>
|
||||
</member>
|
||||
@@ -226,9 +228,9 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminRevokeClientAccountErrorFormat">
|
||||
<summary>An error occurred attempting to remove an account from the list of allowed client accounts.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownInProgress"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownNotInProgress"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownNotPossible"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownInProgress"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownNotInProgress"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownNotPossible"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminStatsIncorrect">
|
||||
<summary>The returned status information might be incorrect, because one or more cache hosts could not be reached.</summary>
|
||||
</member>
|
||||
@@ -256,11 +258,8 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheItemVersionMismatch">
|
||||
<summary>The object in the cache does not match with the specified version.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheRedirected"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CcrUnhandledException"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ChannelAuthenticationFailed">
|
||||
<summary>Unable to establish an SSL channel.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheRedirected"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CcrUnhandledException"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ClientServerVersionMismatch">
|
||||
<summary>The cache client assemblies are a different version than the cache host assemblies.</summary>
|
||||
</member>
|
||||
@@ -285,23 +284,23 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ConnectionTerminated">
|
||||
<summary>The connection was terminated. This could be caused by server or network problems.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ConvertSimpleClient"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.DomainBlockedAccount"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.DuplicateServersSpecified"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ConvertSimpleClient"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.DomainBlockedAccount"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.DuplicateServersSpecified"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.GetComputerDomainError">
|
||||
<summary>An error occurred while attempting to get the computer domain.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostAdditionFailureError">
|
||||
<summary>An error occurred while attempting to add a cache host to the cache cluster.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostAlreadyPresent"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostAlreadyPresent"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostDeletionFailureError">
|
||||
<summary>An error occurred while attempting to remove a host from the cache cluster.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostEntryNotFound">
|
||||
<summary>The specified cache host entry was not found in the cache cluster configuration.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.IncompatibleExpirationParameters"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.IncompatibleExpirationParameters"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.IncompleteConnectionParameters">
|
||||
<summary>The specified connection parameters are incomplete.</summary>
|
||||
</member>
|
||||
@@ -311,9 +310,6 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.InvalidArgument">
|
||||
<summary>The argument is not valid.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.InvalidAutoDiscoverIdentifier">
|
||||
<summary>AutoDiscover property is not valid.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.InvalidCacheLockHandle">
|
||||
<summary>The specified lock handle is not valid.</summary>
|
||||
</member>
|
||||
@@ -330,7 +326,7 @@
|
||||
<summary>The named cache count exceeded the maximum value.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.MessageLargerThanConfiguredSize">
|
||||
<summary>The request failed because either the response or the request message was larger than configured message size in the transport properties.</summary>
|
||||
<summary>The request failed because either the response or the request message was larger than the configured message size in the transport properties.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.NamedCacheDoesNotExist">
|
||||
<summary>The named cache does not exist.</summary>
|
||||
@@ -362,8 +358,8 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ObjectNotLocked">
|
||||
<summary>The object is not locked.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.OffloadingWithXml"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.OperationNotSupported"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.OffloadingWithXml"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.OperationNotSupported"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.PermissionsError">
|
||||
<summary>An error occurred while setting permissions on the cache cluster configuration.</summary>
|
||||
</member>
|
||||
@@ -373,10 +369,10 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.PortDuplicationError">
|
||||
<summary>One or more ports have duplicate values.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderDidNotReturnResult"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderFailure"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderNotFound"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughRegionDoesNotExist"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderDidNotReturnResult"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderFailure"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderNotFound"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughRegionDoesNotExist"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.RegionAlreadyExists">
|
||||
<summary>The region already exists.</summary>
|
||||
</member>
|
||||
@@ -413,7 +409,7 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.SqlAuthenticationNotSupported">
|
||||
<summary>SQL Server authentication is not permitted with the SQL Server provider for the cache cluster configuration store. Windows authentication must be used.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.StringTooLarge"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.StringTooLarge"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.TestConnectionFailed">
|
||||
<summary>The test connection failed.</summary>
|
||||
</member>
|
||||
@@ -423,19 +419,15 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.UndefinedError">
|
||||
<summary>An unknown error has occurred.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.UnsupportedOperationAttemptedOnPort">
|
||||
<summary>The current operation is not supported on this port.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.UsageResourceNotFound"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.UsageResourceNotFound"><summary>Internal.</summary></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus">
|
||||
<summary>Used to retrieve substatus codes for errors returned to the client.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.CacheServerUnavailable">
|
||||
<summary>The primary cache server is unavailable.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.CacheUnderReconfiguration"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.CertificateRevocationServerOffline">
|
||||
<summary>Unable to validate the SSL certificate.</summary>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.CacheUnderReconfiguration">
|
||||
<summary>The cache cluster is being reconfigured.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.InternalError">
|
||||
<summary>An internal error has occurred.</summary>
|
||||
@@ -675,15 +667,15 @@
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheObjectSerializerType">
|
||||
<summary>An enumeration of the serialization types.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheObjectSerializerType.NetDataContractSerializer">
|
||||
<summary>Items are serialized with a NetDataContractSerializer formatter. This is the default.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheObjectSerializerType.BinaryFormatter">
|
||||
<summary>Items are serialized with a binary formatter.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheObjectSerializerType.CustomSerializer">
|
||||
<summary>Items are serialized with a custom formatter.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheObjectSerializerType.NetDataContractSerializer">
|
||||
<summary>Items are serialized with a NetDataContractSerializer formatter. This is the default.</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheOperationDescriptor">
|
||||
<summary>Represents a notification event for operations performed against the cache, such as Add or Remove.</summary>
|
||||
</member>
|
||||
@@ -713,33 +705,33 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.AddItem">
|
||||
<summary>Indicates that an object was added to the cache.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.ClearRegion">
|
||||
<summary>Indicates that a region in the cache was cleared with the <see cref="M:Microsoft.ApplicationServer.Caching.DataCache.ClearRegion(System.String)" /> method.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.CreateRegion">
|
||||
<summary>Indicates that a region in the cache was created with the <see cref="M:Microsoft.ApplicationServer.Caching.DataCache.CreateRegion(System.String,System.Boolean)" /> method. </summary>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.ReplaceItem">
|
||||
<summary>Indicates that an object was replaced in the cache. </summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.RemoveItem">
|
||||
<summary>Indicates that an object was removed from the cache. </summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.CreateRegion">
|
||||
<summary>Indicates that a region in the cache was created with the <see cref="M:Microsoft.ApplicationServer.Caching.DataCache.CreateRegion(System.String,System.Boolean)" /> method. </summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.RemoveRegion">
|
||||
<summary>Indicates that a region in the cache was removed with the <see cref="M:Microsoft.ApplicationServer.Caching.DataCache.RemoveRegion(System.String)" /> method. </summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.ReplaceItem">
|
||||
<summary>Indicates that an object was replaced in the cache. </summary>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.ClearRegion">
|
||||
<summary>Indicates that a region in the cache was cleared with the <see cref="M:Microsoft.ApplicationServer.Caching.DataCache.ClearRegion(System.String)" /> method.</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheProtectionLevel">
|
||||
<summary>Enumeration indicating whether data sent between client and server is signed and/or encrypted.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheProtectionLevel.EncryptAndSign">
|
||||
<summary>Indicates both encryption and signing are used.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheProtectionLevel.None">
|
||||
<summary>Indicates that neither encryption nor signing is used.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheProtectionLevel.Sign">
|
||||
<summary>Indicates that signing without encryption is used.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheProtectionLevel.EncryptAndSign">
|
||||
<summary>Indicates both encryption and signing are used.</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheSecurity">
|
||||
<summary>Used to enable signing and/or encryption of data sent between client and server.</summary>
|
||||
</member>
|
||||
@@ -753,20 +745,11 @@
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheSecurity.#ctor(System.Security.SecureString)">
|
||||
<summary>Initializes a new instance of the <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheSecurity" /> class. Applies only to Windows Azure Shared Caching.</summary>
|
||||
<param name="authorizationToken">A SecureString object that contains the authorization token from the Windows Azure Management Portal.</param>
|
||||
<param name="authorizationToken">A SecureString object that contains the authorization token from the .</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheSecurity.#ctor(System.Security.SecureString,System.Boolean)">
|
||||
<summary>Initializes a new instance of the <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheSecurity" /> class. Applies only to Windows Azure Shared Caching.</summary>
|
||||
<param name="authorizationToken">A SecureString object that contains the authorization token from the Windows Azure Management Portal.</param>
|
||||
<param name="sslEnabled">Specifies whether SSL should be used.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheSecurity.#ctor(System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheSecurity" /> class. </summary>
|
||||
<param name="authorizationToken">The authorization token.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheSecurity.#ctor(System.String,System.Boolean)">
|
||||
<summary>Initializes a new instance of the <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheSecurity" /> class. </summary>
|
||||
<param name="authorizationToken">The authorization token.</param>
|
||||
<param name="authorizationToken">A SecureString object that contains the authorization token from the .</param>
|
||||
<param name="sslEnabled">Specifies whether SSL should be used.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DataCacheSecurity.ProtectionLevel">
|
||||
@@ -780,15 +763,15 @@
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheSecurityMode">
|
||||
<summary>Enumeration indicating whether channel security is enabled for data sent between client and server. Applies only to the server versions of AppFabric.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheSecurityMode.Message">
|
||||
<summary>Specifies that message security is used. This is the security mode required for AppFabric caches, which use the Access Control Service (ACS). Applies only to the server versions of AppFabric.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheSecurityMode.None">
|
||||
<summary>Specifies that no security is enabled. Applies only to the server versions of AppFabric.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheSecurityMode.Transport">
|
||||
<summary>Specifies that transport security is enabled. Applies only to the server versions of AppFabric.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheSecurityMode.Message">
|
||||
<summary>Specifies that message security is used. This is the security mode required for AppFabric caches, which use the Access Control Service (ACS). Applies only to the server versions of AppFabric.</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheSerializationProperties">
|
||||
<summary>Specifies the serialization properties for a cache client.</summary>
|
||||
</member>
|
||||
@@ -808,12 +791,12 @@
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheServiceAccountType">
|
||||
<summary>Specifies the type of account that is used to run the AppFabric Caching service.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheServiceAccountType.DomainAccount">
|
||||
<summary>The AppFabric Caching service runs under a domain account on the cache cluster.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheServiceAccountType.SystemAccount">
|
||||
<summary>The AppFabric Caching service runs under a built-in system account on the cache cluster. For example, NETWORK SERVICE.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheServiceAccountType.DomainAccount">
|
||||
<summary>The AppFabric Caching service runs under a domain account on the cache cluster.</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheStoreException">
|
||||
<summary>An exception object that should be used by read-through or write-behind providers.</summary>
|
||||
</member>
|
||||
@@ -877,7 +860,7 @@
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheTag.#ctor(System.String)">
|
||||
<summary>Initializes a new instance of the <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheTag" /> class. </summary>
|
||||
<param name="tag">The string-based identifier to associate with a cached object. Tags must be less than 65 KB.</param>
|
||||
<param name="tag">The string-based identifier to associate with a cached object.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheTag.Equals(System.Object)">
|
||||
<summary>Compares the current DataCacheTag object for equality with the specified DataCacheTag object.</summary>
|
||||
@@ -895,12 +878,12 @@
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheTraceSink">
|
||||
<summary>Provides fields that specify the type of cache client tracing to use with the <see cref="M:Microsoft.ApplicationServer.Caching.DataCacheClientLogManager.SetSink(Microsoft.ApplicationServer.Caching.DataCacheTraceSink,System.Diagnostics.TraceLevel)" /> method. Applies only to Windows Azure Caching.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheTraceSink.DiagnosticSink">
|
||||
<summary>A trace sink that uses standard Windows Azure Caching diagnostics. Applies only to Windows Azure Caching.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheTraceSink.EtwSink">
|
||||
<summary>A trace sink that uses Event Tracing for Windows (ETW) to record the trace data. Not supported in Windows Azure Shared Caching.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheTraceSink.DiagnosticSink">
|
||||
<summary>A trace sink that uses standard Windows Azure Caching diagnostics. Applies only to Windows Azure Caching.</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheTransportProperties">
|
||||
<summary>Specifies the transport settings for a cache client.</summary>
|
||||
</member>
|
||||
@@ -935,6 +918,75 @@
|
||||
<summary>Gets or sets the length of time to wait for a request before aborting the channel.</summary>
|
||||
<returns>Returns <see cref="T:System.TimeSpan" />.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DiagnosticRule"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DiagnosticRule.#ctor(System.Collections.Generic.IList{System.Int32},System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})">
|
||||
<summary>Internal.</summary>
|
||||
<param name="eventIds">Internal.</param>
|
||||
<param name="eventDescription">Internal.</param>
|
||||
<param name="violationDescription">Internal.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DiagnosticRule.#ctor(System.Collections.Generic.IList{System.Int32},System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.Int64},System.Int32)">
|
||||
<summary>Internal.</summary>
|
||||
<param name="eventIds">Internal.</param>
|
||||
<param name="eventDescription">Internal.</param>
|
||||
<param name="violationDescription">Internal.</param>
|
||||
<param name="timeToNext">Internal.</param>
|
||||
<param name="ruleId">Internal.</param>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DiagnosticRule.EventDescription">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Collections.Generic.IList`1" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DiagnosticRule.EventIds">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Collections.Generic.IList`1" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DiagnosticRule.RuleId">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Int32" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DiagnosticRule.TimeToNextEvent">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Collections.Generic.IList`1" />.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DiagnosticRule.ToString">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.String" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DiagnosticRule.ViolationDescription">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Collections.Generic.IList`1" />.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.DiagRuleViolation"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DiagRuleViolation.#ctor"><summary>Internal.</summary></member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DiagRuleViolation.IsFinalStateReached">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DiagRuleViolation.IsRuleViolated">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DiagRuleViolation.RuleViolated">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.DiagnosticRule" />.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.DiagRuleViolation.ToString">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.String" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DiagRuleViolation.ViolationClasses">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.String" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DiagRuleViolation.ViolationId">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Int32" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.DiagRuleViolation.ViolationIndex">
|
||||
<summary>Internal.</summary>
|
||||
<returns>Returns <see cref="T:System.Int32" />.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.EvictionType">
|
||||
<summary>Specifies the eviction used for a cache.</summary>
|
||||
</member>
|
||||
@@ -944,21 +996,21 @@
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.EvictionType.None">
|
||||
<summary>The cache does not evict objects.</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.ExpirationType"></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.AbsoluteExpiration">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.Default">
|
||||
<summary />
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.ExpirationType"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.None">
|
||||
<summary />
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.NotProvided">
|
||||
<summary />
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.AbsoluteExpiration">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.SlidingExpiration">
|
||||
<summary />
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.NotProvided">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.Default">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.HostCacheStats">
|
||||
<summary>Stores cache statistics used in conjunction with the Get-CacheStatistics Windows PowerShell command.</summary>
|
||||
@@ -990,7 +1042,7 @@
|
||||
<summary>The size in bytes of cached items.</summary>
|
||||
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.HostCacheStats.ToString"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.HostCacheStats.ToString"><summary>Internal.</summary></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.ICustomProvider">
|
||||
<summary>Represent an ICustomProvider interface. Applies only to the server versions of AppFabric.</summary>
|
||||
</member>
|
||||
@@ -1139,7 +1191,7 @@
|
||||
<summary>The number of requests on the cache.</summary>
|
||||
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
||||
</member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.NamedCacheStats.RestRequestCount"></member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.NamedCacheStats.RestRequestCount"><summary>Internal.</summary></member>
|
||||
<member name="P:Microsoft.ApplicationServer.Caching.NamedCacheStats.Size">
|
||||
<summary>The size in bytes of the cache.</summary>
|
||||
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
||||
@@ -1148,7 +1200,7 @@
|
||||
<summary>The number of write operations to the cache.</summary>
|
||||
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.SafeStreamWriter"></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.SafeStreamWriter"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.SafeStreamWriter.#ctor(System.IO.Stream)">
|
||||
<param name="stream">Internal.</param>
|
||||
</member>
|
||||
@@ -1159,48 +1211,68 @@
|
||||
<param name="path">Internal.</param>
|
||||
<param name="append">Internal.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityAuthorizationException"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityAuthorizationException.#ctor"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityAuthorizationException.#ctor(System.String)"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityAuthorizationException.#ctor(System.String,System.Exception)"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityAuthorizationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketException"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketException.#ctor"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketException.#ctor(System.String)"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketException.#ctor(System.String,System.Exception)"></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException.#ctor"></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.ServiceUtility"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.ServiceUtility.StartService(System.String,System.Func{System.ServiceProcess.ServiceBase},System.String)">
|
||||
<param name="serviceName">Internal.</param>
|
||||
<param name="serviceCreator">Internal.</param>
|
||||
<param name="eventSourceName">Internal.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.ServiceUtility.StartServiceForCache(System.String,System.Func{System.ServiceProcess.ServiceBase})">
|
||||
<param name="serviceName">Internal.</param>
|
||||
<param name="serviceCreator">Internal.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityDiagMode"><summary>Internal.</summary></member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.VelocityDiagMode.WarningWce">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.VelocityDiagMode.InfoWc">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.VelocityDiagMode.NoBuffering">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.VelocityDiagMode.WarningWcext">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.ApplicationServer.Caching.VelocityDiagMode.InfoWCBasic">
|
||||
<summary>Internal.</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException.#ctor"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
||||
<summary>Internal.</summary>
|
||||
<param name="info">Internal.</param>
|
||||
<param name="context">Internal.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException.#ctor(System.String)">
|
||||
<summary>Internal.</summary>
|
||||
<param name="message">Internal.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException.#ctor(System.String,System.Exception)">
|
||||
<summary>Internal.</summary>
|
||||
<param name="message">Internal.</param>
|
||||
<param name="innerException">Internal.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException.#ctor"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
||||
<param name="info">Internal.</param>
|
||||
<param name="context">Internal.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException.#ctor"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException.#ctor(System.String)">
|
||||
<summary>Internal.</summary>
|
||||
<param name="message">Internal.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException.#ctor(System.String,System.Exception)">
|
||||
<summary>Internal.</summary>
|
||||
<param name="message">Internal.</param>
|
||||
<param name="innerException">Internal.</param>
|
||||
</member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException"></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException.#ctor"></member>
|
||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException.#ctor"><summary>Internal.</summary></member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException.#ctor(System.String)">
|
||||
<summary>Internal.</summary>
|
||||
<param name="message">Internal.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException.#ctor(System.String,System.Exception)">
|
||||
<summary>Internal.</summary>
|
||||
<param name="message">Internal.</param>
|
||||
<param name="innerException">Internal.</param>
|
||||
</member>
|
||||
|
BIN
lib/windowsazure/Microsoft.ServiceBus.dll
Normal file
BIN
lib/windowsazure/Microsoft.ServiceBus.dll
Normal file
Binary file not shown.
12161
lib/windowsazure/Microsoft.ServiceBus.xml
Normal file
12161
lib/windowsazure/Microsoft.ServiceBus.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
lib/windowsazure/Microsoft.WindowsAzure.CloudDrive.dll
Normal file
BIN
lib/windowsazure/Microsoft.WindowsAzure.CloudDrive.dll
Normal file
Binary file not shown.
314
lib/windowsazure/Microsoft.WindowsAzure.CloudDrive.xml
Normal file
314
lib/windowsazure/Microsoft.WindowsAzure.CloudDrive.xml
Normal file
@@ -0,0 +1,314 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Microsoft.WindowsAzure.CloudDrive</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Microsoft.WindowsAzure.StorageClient.CloudStorageAccountCloudDriveExtensions">
|
||||
<summary>
|
||||
Defines extension methods for creating Windows Azure drives from storage account credentials.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudStorageAccountCloudDriveExtensions.CreateCloudDrive(Microsoft.WindowsAzure.CloudStorageAccount,System.String)">
|
||||
<summary>
|
||||
Create a new instance of a <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDrive"/> object from a storage account.
|
||||
</summary>
|
||||
<param name="storageAccount">The name of the storage account where the drive's data
|
||||
is to be stored.</param>
|
||||
<param name="pageBlobUri">The path to the page blob where the drive's data
|
||||
is to be stored.</param>
|
||||
<returns>A reference to a Windows Azure drive.</returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.WindowsAzure.StorageClient.CloudDrive">
|
||||
<summary>
|
||||
Represents a Windows Azure drive.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
A Windows Azure drive acts as a local drive mounted on the file system and is accessible
|
||||
to code running in a role. The data written to a Windows Azure drive is stored in a page blob
|
||||
defined within the Windows Azure Blob service, and cached on the local file system. Because
|
||||
data written to the drive is stored in a page blob, the data is maintained across the
|
||||
lifecycle of the role instance.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.#ctor(System.Uri,Microsoft.WindowsAzure.StorageCredentials)">
|
||||
<summary>
|
||||
Creates a new instance of a <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDrive"/> object.
|
||||
</summary>
|
||||
<param name="uri">A URI that identifies the page blob where the drive's data will be stored.</param>
|
||||
<param name="credentials">Credentials for the storage account that will contain the page blob.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.Create(System.Int32)">
|
||||
<summary>
|
||||
Creates an NTFS-formatted Windows Azure drive and its associated page blob. The page blob
|
||||
is created at the URI specified for this <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDrive"/> object.
|
||||
</summary>
|
||||
<param name="sizeInMB">The size of the drive to create. The minimum size permitted is 16 MB.</param>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.CreateIfNotExist(System.Int32)">
|
||||
<summary>
|
||||
Creates an NTFS-formatted Windows Azure drive and its associated page blob if the drive does not already exist.
|
||||
The page blob is created at the URI specified for this <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDrive"/> object.
|
||||
</summary>
|
||||
<param name="sizeInMB">The size of the drive to create. The minimum size permitted is 16 MB.</param>
|
||||
<returns><c>true</c> if the Windows Azure drive was created, or <c>false</c> if it already existed.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.Snapshot">
|
||||
<summary>
|
||||
Creates a snapshot of the page blob associated with this Windows Azure drive.
|
||||
</summary>
|
||||
<returns>A URI to the newly created snapshot.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.CopyTo(System.Uri)">
|
||||
<summary>
|
||||
Copies the data in this Windows Azure drive to a new page blob.
|
||||
</summary>
|
||||
<param name="destination">The URI of the destination blob.</param>
|
||||
<remarks>The copy operation takes place entirely within the Windows Azure Blob service and does not involve the client.</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.Delete">
|
||||
<summary>
|
||||
Deletes the Windows Azure drive and its associated page blob.
|
||||
</summary>
|
||||
<remarks>
|
||||
If the page blob behind this Windows Azure drive has associated snapshots, you must
|
||||
delete the snapshots using the Windows Azure Managed API before deleting the drive.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.Mount(System.Int32,Microsoft.WindowsAzure.StorageClient.DriveMountOptions)">
|
||||
<summary>
|
||||
Mounts the Windows Azure drive and returns a path to the drive on the local file system.
|
||||
</summary>
|
||||
<param name="cacheSize">The size of the read cache for this mounted drive. Set this
|
||||
parameter to 0 for unbuffered access to the drive.</param>
|
||||
<param name="options">The set of <see cref="T:Microsoft.WindowsAzure.StorageClient.DriveMountOptions"/> for mounting the drive.</param>
|
||||
<returns>The local path to the mounted drive.</returns>
|
||||
<remarks>
|
||||
<para>
|
||||
A Windows Azure drive may be mounted as a writable drive, or as a read-only drive if it is created
|
||||
from a snapshot of a page blob.
|
||||
</para>
|
||||
<para>
|
||||
Note that before a role instance mounts a drive for the first time, it must initialize the cache
|
||||
by calling the <see cref="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.InitializeCache(System.String,System.Int32)"/> method.
|
||||
</para>
|
||||
<para>
|
||||
To create a writable drive, create a new instance of the <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDrive"/> object, specifying
|
||||
the desired URI for the page blob. Call the <see cref="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.Create(System.Int32)"/> method, then call the Mount
|
||||
method to mount the drive.
|
||||
</para>
|
||||
<para>
|
||||
To create a read-only drive, call the <see cref="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.Snapshot"/> method to create a new snapshot and
|
||||
return the snapshot's URI, then create a new instance of the <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDrive"/> object from the snapshot's URI
|
||||
and mount the drive.
|
||||
</para>
|
||||
<para>
|
||||
When a role instance mounts a writable drive, it acquires an exclusive-write lease on the associated page
|
||||
blob that it retains as long as the drive is mounted. If the same role instance attempts to mount a drive
|
||||
with the same URI a second time, the operation is ignored and the Mount method returns the local path to the
|
||||
existing drive.
|
||||
</para>
|
||||
<para>
|
||||
If a role instance other than the one that has mounted the drive and acquired the lease attempts
|
||||
to mount a drive with the same URI, the operation fails with a <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDriveException"/>. Only one
|
||||
instance at a time may mount a writable drive and acquire its lease. Once the drive has been unmounted, another instance may
|
||||
mount the drive and successfully acquire its lease.
|
||||
</para>
|
||||
<para>
|
||||
If a role instance mounts a read-only drive, there is no associated lease, as snapshots cannot be leased.
|
||||
Multiple role instances can mount and access the same read-only drive.
|
||||
</para>
|
||||
</remarks>
|
||||
<exception cref="T:Microsoft.WindowsAzure.StorageClient.CloudDriveException"></exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.MountAt(System.String,System.Int32,Microsoft.WindowsAzure.StorageClient.DriveMountOptions)">
|
||||
<summary>
|
||||
Mounts the Windows Azure drive using the specified drive letter and returns a path to the drive on the local file system.
|
||||
</summary>
|
||||
<param name="location">The drive letter for the mounted drive.</param>
|
||||
<param name="cacheSize">The size of the read cache for this mounted drive. Set this
|
||||
parameter to 0 for unbuffered access to the drive.</param>
|
||||
<param name="options">The set of <see cref="T:Microsoft.WindowsAzure.StorageClient.DriveMountOptions"/> for mounting the drive.</param>
|
||||
<returns>The local path to the mounted drive.</returns>
|
||||
<remarks>
|
||||
<para>
|
||||
A Windows Azure drive may be mounted as a writable drive, or as a read-only drive if it is created
|
||||
from a snapshot of a page blob.
|
||||
</para>
|
||||
<para>
|
||||
Note that before a role instance mounts a drive for the first time, it must initialize the cache
|
||||
by calling the <see cref="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.InitializeCache(System.String,System.Int32)"/> method.
|
||||
</para>
|
||||
<para>
|
||||
To create a writable drive, create a new instance of the <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDrive"/> object, specifying
|
||||
the desired URI for the page blob. Call the <see cref="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.Create(System.Int32)"/> method, then call the Mount
|
||||
method to mount the drive.
|
||||
</para>
|
||||
<para>
|
||||
To create a read-only drive, call the <see cref="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.Snapshot"/> method to create a new snapshot and
|
||||
return the snapshot's URI, then create a new instance of the <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDrive"/> object from the snapshot's URI
|
||||
and mount the drive.
|
||||
</para>
|
||||
<para>
|
||||
When a role instance mounts a writable drive, it acquires an exclusive-write lease on the associated page
|
||||
blob that it retains as long as the drive is mounted. If the same role instance attempts to mount a drive
|
||||
with the same URI a second time, the operation is ignored and the Mount method returns the local path to the
|
||||
existing drive.
|
||||
</para>
|
||||
<para>
|
||||
If a role instance other than the one that has mounted the drive and acquired the lease attempts
|
||||
to mount a drive with the same URI, the operation fails with a <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDriveException"/>. Only one
|
||||
instance at a time may mount a writable drive and acquire its lease. Once the drive has been unmounted, another instance may
|
||||
mount the drive and successfully acquire its lease.
|
||||
</para>
|
||||
<para>
|
||||
If a role instance mounts a read-only drive, there is no associated lease, as snapshots cannot be leased.
|
||||
Multiple role instances can mount and access the same read-only drive.
|
||||
</para>
|
||||
</remarks>
|
||||
<exception cref="T:Microsoft.WindowsAzure.StorageClient.CloudDriveException"></exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.Unmount">
|
||||
<summary>
|
||||
Unmounts the drive and releases any lease associated with it.
|
||||
</summary>
|
||||
<remarks>
|
||||
Note that when you unmount a drive, its contents are not deleted. To delete the contents of
|
||||
a drive, call the <see cref="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.Delete"/> method.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.InitializeCache(System.String,System.Int32)">
|
||||
<summary>
|
||||
Initializes the read cache for any subsequently mounted drives associated with the role instance.
|
||||
</summary>
|
||||
<param name="cachePath">The local file system path to the directory containing the cache.
|
||||
If the directory does not exist, it will be created.</param>
|
||||
<param name="totalCacheSize">The total cache size, in megabytes.</param>
|
||||
<remarks>
|
||||
<para>
|
||||
Before you mount a drive, you must call the InitializeCache method to initialize a cache for the drive.
|
||||
If a role instance attempts to mount a drive before a cache has been initialized, a <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDriveException"/>
|
||||
is thrown.
|
||||
</para>
|
||||
<para>
|
||||
When a drive is mounted, it stores cache data in the cache defined by the most recent call to InitializeCache.
|
||||
In other words, if a role instance calls the InitializeCache method a second time with different arguments,
|
||||
any drives mounted subsequently will store cache data in the newly defined cache. Any previously mounted drives
|
||||
continue to store cache data in the cache that was defined before those drives were mounted.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.GetMountedDrives">
|
||||
<summary>
|
||||
Returns a mapping of local file system paths for mounted drives to page blob URIs for the current role instance.
|
||||
</summary>
|
||||
<returns>A read-only dictionary that maps local paths to page blob URIs.</returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDrive.CheckOperationAllowed">
|
||||
<summary>
|
||||
Ensure operation is allowed in this context.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.WindowsAzure.StorageClient.CloudDrive.Credentials">
|
||||
<summary>
|
||||
Gets the credentials for the storage account where this drive's data is stored.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.WindowsAzure.StorageClient.CloudDrive.LocalPath">
|
||||
<summary>
|
||||
Gets the local file system path to the mounted drive. Returns null if no drive is currently mounted.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.WindowsAzure.StorageClient.CloudDrive.Uri">
|
||||
<summary>
|
||||
Gets the URI of the page blob where this drive's data is stored.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Microsoft.WindowsAzure.StorageClient.CloudDriveException">
|
||||
<summary>
|
||||
Defines an exception that may be thrown on operations on Windows Azure drives.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDriveException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Microsoft.WindowsAzure.StorageClient.CloudDriveException"/> class.
|
||||
</summary>
|
||||
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown.</param>
|
||||
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination.</param>
|
||||
<exception cref="T:System.ArgumentNullException">
|
||||
The <paramref name="info"/> parameter is null.
|
||||
</exception>
|
||||
<exception cref="T:System.Runtime.Serialization.SerializationException">
|
||||
The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0).
|
||||
</exception>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.CloudDriveException.GetHResult">
|
||||
<summary>
|
||||
Returns the exception code for this exception
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.Common.AppendPathToUri(System.Uri,System.String)">
|
||||
<summary>
|
||||
Appends a path to a Uri correctly using "/" as separator
|
||||
|
||||
AppendPathToUri(new Uri("http://test.blob.core.windows.net/test", "abc")
|
||||
=> new Uri("http://test.blob.core.windows.net/test/abc")
|
||||
|
||||
AppendPathToUri(new Uri("http://test.blob.core.windows.net/test"), "http://test.blob.core.windows.net/test/abc")
|
||||
=> new Uri("http://test.blob.core.windows.net/test/abc")
|
||||
</summary>
|
||||
<param name="uri"></param>
|
||||
<param name="relPath"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Microsoft.WindowsAzure.StorageClient.Common.AppendPathToUri(System.Uri,System.String,System.String)">
|
||||
<summary>
|
||||
Append a relative path to a URI, handling trailing slashes appropriately.
|
||||
</summary>
|
||||
<param name="uri"></param>
|
||||
<param name="relPath"></param>
|
||||
<param name="sep"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:Microsoft.WindowsAzure.StorageClient.DriveMountOptions">
|
||||
<summary>
|
||||
Specifies options for mounting a Windows Azure drive.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.WindowsAzure.StorageClient.DriveMountOptions.None">
|
||||
<summary>
|
||||
No options specified for mounting the drive.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.WindowsAzure.StorageClient.DriveMountOptions.Force">
|
||||
<summary>
|
||||
Acquires the lease for this instance and forces the drive to be mounted.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Microsoft.WindowsAzure.StorageClient.DriveMountOptions.FixFileSystemErrors">
|
||||
<summary>
|
||||
Attempts to fix file system errors. Note may result in loss of data. See remarks.
|
||||
</summary>
|
||||
<remarks>
|
||||
Setting this flag calls <code>chkdsk /F</code> on the mounted drive.
|
||||
To avoid any potential data-loss it is recommed a snapshot of the drive is taken first before
|
||||
attempting to fix file system errors.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="F:Microsoft.WindowsAzure.StorageClient.DriveMountOptions.UseSharedAccessCredentials">
|
||||
<summary>
|
||||
Use Shared Access Credentials to authenticate with the Azure Blob Service.
|
||||
</summary>
|
||||
<remarks>
|
||||
By default, Azure Drives will use the Account Shared Key to authenticate with the
|
||||
Azure Blob Service. It requires the secret key to be cached outside the calling
|
||||
process. This may be a security concern for some applications and the risk can be
|
||||
mitigated by setting this flag. However if this flag is set and the calling
|
||||
process is terminated, then the drive will auto-unmount when the Shared Access
|
||||
Credentials expire.
|
||||
</remarks>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
lib/windowsazure/Microsoft.WindowsAzure.StorageClient.dll
Normal file
BIN
lib/windowsazure/Microsoft.WindowsAzure.StorageClient.dll
Normal file
Binary file not shown.
13895
lib/windowsazure/Microsoft.WindowsAzure.StorageClient.xml
Normal file
13895
lib/windowsazure/Microsoft.WindowsAzure.StorageClient.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
BIN
lib/windowsazure/System.Spatial.dll
Normal file
BIN
lib/windowsazure/System.Spatial.dll
Normal file
Binary file not shown.
BIN
lib/windowsazure/WindowsAzureEventSource.dll
Normal file
BIN
lib/windowsazure/WindowsAzureEventSource.dll
Normal file
Binary file not shown.
BIN
lib/windowsazure/WindowsAzureTelemetryEvents.dll
Normal file
BIN
lib/windowsazure/WindowsAzureTelemetryEvents.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user