mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#20918: Updating Azure libraries.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -8,20 +8,20 @@
|
|||||||
<summary>Used to configure cache diagnostics.</summary>
|
<summary>Used to configure cache diagnostics.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.AzureCommon.CacheDiagnostics.ConfigureDiagnostics(Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration)">
|
<member name="M:Microsoft.ApplicationServer.Caching.AzureCommon.CacheDiagnostics.ConfigureDiagnostics(Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration)">
|
||||||
<summary>Configures cache diagnostics using the specified diagnostic monitor configuration.</summary>
|
<summary>Configures cache diagnostics using the specified diagnostic monitor configuration. This uses the diagnostic configuration setting to update any dynamic changes.</summary>
|
||||||
<returns>Returns <see cref="T:Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration" />.</returns>
|
<returns>Returns <see cref="T:Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration" />.</returns>
|
||||||
<param name="diagnosticMonitorConfig">A DiagnosticMonitorConfiguration object that provides a custom initial configuration.</param>
|
<param name="diagnosticMonitorConfig">DiagnosticMonitorConfiguration object used to start the diagnostic service.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.AzureCommon.CacheDiagnostics.ConfigureDiagnostics(System.String,Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration)">
|
<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.</summary>
|
<summary>Configures cache diagnostics using the specified diagnostic monitor configuration. This uses the diagnostic configuration setting to update any dynamic changes.</summary>
|
||||||
<returns>Returns <see cref="T:Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration" />.</returns>
|
<returns>Returns <see cref="T:Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration" />.</returns>
|
||||||
<param name="diagnosticsStorageAccountConfigurationSettingName">The name of a configuration setting that provides a connection string to a storage account.</param>
|
<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">A DiagnosticMonitorConfiguration object that provides a custom initial configuration.</param>
|
<param name="diagnosticMonitorConfig">DiagnosticMonitorConfiguration object used to start the diagnostic service.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.AzureCommon.CacheDiagnostics.ConfigureMemcacheShimCrashDumps(Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration)">
|
<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>
|
<summary>Configures memcache shim diagnostics using the specified diagnostic monitor configuration.</summary>
|
||||||
<returns>Returns <see cref="T:Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration" />.</returns>
|
<returns>Returns <see cref="T:Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorConfiguration" />.</returns>
|
||||||
<param name="diagnosticMonitorConfig">A DiagnosticMonitorConfiguration object that provides a custom initial configuration.</param>
|
<param name="diagnosticMonitorConfig">DiagnosticMonitorConfiguration object used to start the diagnostic service.</param>
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
</doc>
|
</doc>
|
Binary file not shown.
@@ -4,139 +4,133 @@
|
|||||||
<name>Microsoft.ApplicationServer.Caching.Client</name>
|
<name>Microsoft.ApplicationServer.Caching.Client</name>
|
||||||
</assembly>
|
</assembly>
|
||||||
<members>
|
<members>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs"><summary>Internal.</summary></member>
|
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs"></member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.ExceptionObject">
|
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.ExceptionObject">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<returns>Returns <see cref="T:System.Exception" />.</returns>
|
<returns>Returns <see cref="T:System.Exception" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.HasSucceeded">
|
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.HasSucceeded">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.OperationContext">
|
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.OperationContext">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.CacheOperationContext" />.</returns>
|
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.CacheOperationContext" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.OperationType">
|
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationCompletedEventArgs.OperationType">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.CacheOperationType" />.</returns>
|
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.CacheOperationType" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationContext"><summary>Internal.</summary></member>
|
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationContext"></member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationStartedEventArgs"><summary>Internal.</summary></member>
|
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationStartedEventArgs"></member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationStartedEventArgs.OperationContext">
|
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationStartedEventArgs.OperationContext">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<returns>Returns <see cref="T:System.Object" />.</returns>
|
<returns>Returns <see cref="T:System.Object" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationStartedEventArgs.OperationType">
|
<member name="P:Microsoft.ApplicationServer.Caching.CacheOperationStartedEventArgs.OperationType">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.CacheOperationType" />.</returns>
|
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.CacheOperationType" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationType"><summary>Internal.</summary></member>
|
<member name="T:Microsoft.ApplicationServer.Caching.CacheOperationType"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Unknown">
|
|
||||||
<summary>Internal.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Get">
|
|
||||||
<summary>Internal.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Put">
|
|
||||||
<summary>Internal.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Add">
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Add">
|
||||||
<summary>Internal.</summary>
|
<summary />
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.BulkGet">
|
|
||||||
<summary>Internal.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Remove">
|
|
||||||
<summary>Internal.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ResetObjectTimeout">
|
|
||||||
<summary>Internal.</summary>
|
|
||||||
</member>
|
|
||||||
<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>Internal.</summary>
|
|
||||||
</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>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.AsyncGet">
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.AsyncGet">
|
||||||
<summary>Internal.</summary>
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.BulkGet">
|
||||||
|
<summary />
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ClearCache">
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ClearCache">
|
||||||
<summary>Internal.</summary>
|
<summary />
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Increment">
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ClearRegion">
|
||||||
<summary>Internal.</summary>
|
<summary />
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Concatenate">
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Concatenate">
|
||||||
<summary>Internal.</summary>
|
<summary />
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ContainsKey">
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ContainsKey">
|
||||||
<summary>Internal.</summary>
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.CreateRegion">
|
||||||
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Get">
|
||||||
|
<summary />
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetAllKeys">
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetAllKeys">
|
||||||
<summary>Internal.</summary>
|
<summary />
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetAndLock">
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheBulkGetLatencyBaseCounterName"><summary>Internal.</summary></member>
|
<summary />
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheBulkGetLatencyCounterName"><summary>Internal.</summary></member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheGetLatencyBaseCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetCacheItem">
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCacheGetLatencyCounterName"><summary>Internal.</summary></member>
|
<summary />
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCachePutLatencyBaseCounterName"><summary>Internal.</summary></member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageCachePutLatencyCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.GetIfNewer">
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageNetworkLatencyBaseCounterName"><summary>Internal.</summary></member>
|
<summary />
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.AverageNetworkLatencyCounterName"><summary>Internal.</summary></member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.CounterCategoryHelp"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Increment">
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.CounterCategoryName"><summary>Internal.</summary></member>
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.LockedRemove">
|
||||||
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Put">
|
||||||
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.PutAndUnlock">
|
||||||
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Remove">
|
||||||
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.RemoveRegion">
|
||||||
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.ResetObjectTimeout">
|
||||||
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Unknown">
|
||||||
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.CacheOperationType.Unlock">
|
||||||
|
<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="M:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.Dispose">
|
<member name="M:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.Dispose">
|
||||||
<summary>Internal.</summary>
|
<summary>Internal.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.FailureExceptionRate"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.FailureExceptionRate"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.IncomingDataRateCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.IncomingDataRateCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.NetworkExceptionRate"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.NetworkExceptionRate"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.OutgoingDataRateCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.OutgoingDataRateCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheFullBaseCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheFullBaseCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheFullCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheFullCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheHitsBaseCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheHitsBaseCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheHitsCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.PercentageLocalCacheHitsCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.RequestPerSecondCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.RequestPerSecondCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.RetryExceptionRateCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.RetryExceptionRateCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.ServerResponseDroppedCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.ServerResponseDroppedCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TimeoutExceptionRateCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TimeoutExceptionRateCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalConnectionRequestsFailedCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalConnectionRequestsFailedCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalConnectionsCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalConnectionsCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalFailureExceptionsCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalFailureExceptionsCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalItemsInLocalCacheCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalItemsInLocalCacheCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalLocalCacheHitsCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalLocalCacheHitsCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalNetworkExceptionsCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalNetworkExceptionsCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalNotificationsReceivedCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalNotificationsReceivedCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalOutstandingRequestsCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalOutstandingRequestsCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalReadsCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalReadsCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalRequestsCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalRequestsCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalRetryExceptionsCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalRetryExceptionsCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalTimeoutExceptionsCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalTimeoutExceptionsCounterName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalWritesCounterName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.ClientPerformanceCounters.TotalWritesCounterName"></member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCache">
|
<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>
|
<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>
|
</member>
|
||||||
@@ -155,20 +149,20 @@
|
|||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object)">
|
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object)">
|
||||||
<summary>Adds an object to the cache.</summary>
|
<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>
|
<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.</param>
|
<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="value">The object saved to the cache.</param>
|
<param name="value">The object saved to the cache.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag})">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object saved to 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="tags">An array of <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheTag" /> objects to associate with the cached object.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag},System.String)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object saved to 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="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>
|
<param name="region">The name of the region to save the object in.</param>
|
||||||
@@ -176,21 +170,21 @@
|
|||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.String)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object saved to 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>
|
<param name="region">The name of the region to save the object in.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.TimeSpan)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object saved to 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>
|
<param name="timeout">The amount of time the object should reside in the cache before expiration.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.TimeSpan,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag})">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object saved to 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="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>
|
<param name="tags">An array of <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheTag" /> objects to associate with the cached object.</param>
|
||||||
@@ -198,7 +192,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)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object saved to 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="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>
|
<param name="tags">An array of <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheTag" /> objects to associate with the cached object.</param>
|
||||||
@@ -207,7 +201,7 @@
|
|||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Add(System.String,System.Object,System.TimeSpan,System.String)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object saved to 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="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>
|
<param name="region">The name of the region to save the object.</param>
|
||||||
@@ -288,7 +282,7 @@
|
|||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.CreateRegion(System.String)">
|
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.CreateRegion(System.String)">
|
||||||
<summary>Creates a region. Not supported in Windows Azure Shared Caching.</summary>
|
<summary>Creates a region. Not supported in Windows Azure Shared Caching.</summary>
|
||||||
<returns>Returns a<see cref="T:System.Boolean" /> value..</returns>
|
<returns>Returns a<see cref="T:System.Boolean" /> value..</returns>
|
||||||
<param name="region">The name of the region that is created.</param>
|
<param name="region">The name of the region that is created. Region names must be less than 65 KB.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Decrement(System.String,System.Int64,System.Int64)">
|
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Decrement(System.String,System.Int64,System.Int64)">
|
||||||
<summary>Decrements a long value stored in the cache.</summary>
|
<summary>Decrements a long value stored in the cache.</summary>
|
||||||
@@ -455,20 +449,20 @@
|
|||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object)">
|
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object)">
|
||||||
<summary>Adds or replaces an object in the cache.</summary>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</param>
|
<param name="value">The object to add or replace.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="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>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag})">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="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>
|
<param name="tags">A list of tags to associate with the object.</param>
|
||||||
@@ -476,7 +470,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)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="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>
|
<param name="tags">A list of tags to associate with the object.</param>
|
||||||
@@ -485,7 +479,7 @@
|
|||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion,System.String)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="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>
|
<param name="region">The name of the region the object resides in.</param>
|
||||||
@@ -493,7 +487,7 @@
|
|||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion,System.TimeSpan)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="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>
|
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||||
@@ -501,7 +495,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})">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="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>
|
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||||
@@ -510,7 +504,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)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="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>
|
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||||
@@ -520,7 +514,7 @@
|
|||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,Microsoft.ApplicationServer.Caching.DataCacheItemVersion,System.TimeSpan,System.String)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="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>
|
<param name="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||||
@@ -529,14 +523,14 @@
|
|||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag})">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="tags">A list of tags to associate with the object.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag},System.String)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="tags">A list of tags to associate with the object.</param>
|
||||||
<param name="region">The name of the region the object resides in.</param>
|
<param name="region">The name of the region the object resides in.</param>
|
||||||
@@ -544,21 +538,21 @@
|
|||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.String)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</param>
|
<param name="value">The object to add or replace.</param>
|
||||||
<param name="region">The name of the region the object resides in.</param>
|
<param name="region">The name of the region the object resides in.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.TimeSpan)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="timeout">The amount of time that the object should reside in the cache before expiration.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.TimeSpan,System.Collections.Generic.IEnumerable{Microsoft.ApplicationServer.Caching.DataCacheTag})">
|
<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>
|
<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>
|
<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</param>
|
<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="value">The object to add or replace.</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="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>
|
<param name="tags">A list of tags to associate with the object.</param>
|
||||||
@@ -566,7 +560,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)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="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>
|
<param name="tags">A list of tags to associate with the object.</param>
|
||||||
@@ -575,7 +569,7 @@
|
|||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCache.Put(System.String,System.Object,System.TimeSpan,System.String)">
|
<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>
|
<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>
|
<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.</param>
|
<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="value">The object to add or replace.</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="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>
|
<param name="region">The name of the region the object resides in.</param>
|
||||||
@@ -729,16 +723,16 @@
|
|||||||
<param name="region">The name of the region where the object resides.</param>
|
<param name="region">The name of the region where the object resides.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty">
|
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty">
|
||||||
<summary>Specifies whether automatic discovery is enabled for the role that hosts Windows Azure Caching.</summary>
|
<summary>Specifies whether automatic discovery is enabled for the role or endpoint that hosts Windows Azure Caching.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty.#ctor(System.Boolean)">
|
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty.#ctor(System.Boolean)">
|
||||||
<summary>Creates a new DataCacheAutoDiscoverProperty object.</summary>
|
<summary>Creates a new DataCacheAutoDiscoverProperty object.</summary>
|
||||||
<param name="enable">A value of true enables automatic discovery.</param>
|
<param name="enable">A value of true enables automatic discovery.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty.#ctor(System.Boolean,System.String)">
|
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty.#ctor(System.Boolean,System.String)">
|
||||||
<summary>Creates a new DataCacheAutoDiscoverProperty object; specifies the web or worker role that hosts Caching.</summary>
|
<summary>Creates a new DataCacheAutoDiscoverProperty object; specifies the web role, worker role or endpoint that hosts Caching.</summary>
|
||||||
<param name="enable">A value of true enables automatic discovery.</param>
|
<param name="enable">A value of true enables automatic discovery.</param>
|
||||||
<param name="identifier">The name of the web or worker role that hosts Caching in the cloud service deployment.</param>
|
<param name="identifier">The name of the web role, worker role or endpoint that hosts Caching in the cloud service deployment.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheBulkNotificationCallback">
|
<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>
|
<summary>Specifies a callback which is called with a list of cache operations. Not supported in Windows Azure Shared Caching.</summary>
|
||||||
@@ -779,7 +773,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>
|
<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>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.AutoDiscoverProperty">
|
<member name="P:Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.AutoDiscoverProperty">
|
||||||
<summary>Specifies whether automatic discovery is enabled for the role that hosts Windows Azure Caching.</summary>
|
<summary>Specifies whether automatic discovery is enabled for the role or endpoint that hosts Windows Azure Caching.</summary>
|
||||||
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty" />.</returns>
|
<returns>Returns <see cref="T:Microsoft.ApplicationServer.Caching.DataCacheAutoDiscoverProperty" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.CacheReadyRetryPolicy">
|
<member name="P:Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.CacheReadyRetryPolicy">
|
||||||
|
Binary file not shown.
@@ -4,14 +4,12 @@
|
|||||||
<name>Microsoft.ApplicationServer.Caching.Core</name>
|
<name>Microsoft.ApplicationServer.Caching.Core</name>
|
||||||
</assembly>
|
</assembly>
|
||||||
<members>
|
<members>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.AddUserState"><summary>Internal.</summary></member>
|
<member name="T:Microsoft.ApplicationServer.Caching.AddUserState"></member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.AddUserState.#ctor"><summary>Internal.</summary></member>
|
<member name="M:Microsoft.ApplicationServer.Caching.AddUserState.#ctor"></member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.AddUserState.NewLogOn">
|
<member name="P:Microsoft.ApplicationServer.Caching.AddUserState.NewLogOn">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.AddUserState.NewUser">
|
<member name="P:Microsoft.ApplicationServer.Caching.AddUserState.NewUser">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.BaseOperationNotification">
|
<member name="T:Microsoft.ApplicationServer.Caching.BaseOperationNotification">
|
||||||
@@ -107,14 +105,14 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheAlreadyPresent">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheAlreadyPresent">
|
||||||
<summary>The named cache already exists in the cache cluster.</summary>
|
<summary>The named cache already exists in the cache cluster.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheConfigWriteError"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheConfigWriteError"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheCreationInconsistencyFailure">
|
<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>
|
<summary>The named cache could not be created due to a detected inconsistency in the configuration store.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheNotPresent">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCacheNotPresent">
|
||||||
<summary>The specified named cache does not exist in the cache cluster.</summary>
|
<summary>The specified named cache does not exist in the cache cluster.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCancelShutdownError"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCancelShutdownError"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterDown">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterDown">
|
||||||
<summary>The cache cluster is not running.</summary>
|
<summary>The cache cluster is not running.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -124,14 +122,14 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterRefreshFailed">
|
<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>
|
<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>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterSettingsNotProvided"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterSettingsNotProvided"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterSettingsReadError">
|
<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>
|
<summary>An error occurred attempting to read the configuration store provider name and connection string from the registry.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterTimeout">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminClusterTimeout">
|
||||||
<summary>A Cache Administration timeout occurred.</summary>
|
<summary>A Cache Administration timeout occurred.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCommandNotAllowed"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminCommandNotAllowed"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminConfigAddHostError">
|
<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>
|
<summary>An error occurred attempt to add a cache host to the cache cluster configuration store.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -147,52 +145,52 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminGrantClientAccountErrorFormat">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminGrantClientAccountErrorFormat">
|
||||||
<summary>An error occurred attempting to add an account to the allowed client accounts list.</summary>
|
<summary>An error occurred attempting to add an account to the allowed client accounts list.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostConfigWriteError"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostConfigWriteError"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNameResolveFailure">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNameResolveFailure">
|
||||||
<summary>The name 'localhost' is unable to be resolved to the current host name.</summary>
|
<summary>The name 'localhost' is unable to be resolved to the current host name.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNotPresent">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNotPresent">
|
||||||
<summary>The specified cache host is not part of the cache cluster.</summary>
|
<summary>The specified cache host is not part of the cache cluster.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNotReachable"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNotReachable"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNotRunning">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostNotRunning">
|
||||||
<summary>The specified cache host is not currently running.</summary>
|
<summary>The specified cache host is not currently running.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostOperationError"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostOperationError"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostRefreshFailed">
|
<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>
|
<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>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostRunning">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostRunning">
|
||||||
<summary>The specified cache host is already in the running state.</summary>
|
<summary>The specified cache host is already in the running state.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostsNotReachable"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostsNotReachable"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostsNotRunning">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostsNotRunning">
|
||||||
<summary>No cache hosts are running in the cache cluster.</summary>
|
<summary>No cache hosts are running in the cache cluster.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostsRunning">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminHostsRunning">
|
||||||
<summary>One or more cache hosts are running in the cache cluster.</summary>
|
<summary>One or more cache hosts are running in the cache cluster.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminIncompatibleExpirationParameters"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminIncompatibleExpirationParameters"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminIncompleteParameters"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminIncompleteParameters"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInstallPathReadError">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInstallPathReadError">
|
||||||
<summary>An error occurred reading the installation path from the registry.</summary>
|
<summary>An error occurred reading the installation path from the registry.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidCacheName"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidCacheName"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidClusterSettings">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidClusterSettings">
|
||||||
<summary>The specified provider string or connection string is invalid. </summary>
|
<summary>The specified provider string or connection string is invalid. </summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidOperation">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidOperation">
|
||||||
<summary>The specified operation is invalid.</summary>
|
<summary>The specified operation is invalid.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidParameters"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidParameters"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidParametersForHost"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidParametersForHost"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidSecuritySettings">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminInvalidSecuritySettings">
|
||||||
<summary>The specified security settings are invalid.</summary>
|
<summary>The specified security settings are invalid.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminMaxCachesCreated">
|
<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>
|
<summary>The specified named cache cannot be created, because the cache cluster has reached the maximum number of named caches.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminMinSecondariesOutOfBounds"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminMinSecondariesOutOfBounds"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNoHosts">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNoHosts">
|
||||||
<summary>There are no cache hosts in the cache cluster.</summary>
|
<summary>There are no cache hosts in the cache cluster.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -202,17 +200,17 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNoSeedNodes">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNoSeedNodes">
|
||||||
<summary>There are no seed nodes present in the cache cluster.</summary>
|
<summary>There are no seed nodes present in the cache cluster.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNoValuesProvided"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNoValuesProvided"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNullArgs">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNullArgs">
|
||||||
<summary>A required argument is null.</summary>
|
<summary>A required argument is null.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNullProviderSettingsKey"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminNullProviderSettingsKey"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminOperationError"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminOperationError"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminOperationNotSupported"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminOperationNotSupported"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminPortsDuplicated">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminPortsDuplicated">
|
||||||
<summary>One or more port numbers have duplicate values.</summary>
|
<summary>One or more port numbers have duplicate values.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminProviderTypeUnspecified"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminProviderTypeUnspecified"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminQuorumNotUp">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminQuorumNotUp">
|
||||||
<summary>The required quorum of hosts is not running.</summary>
|
<summary>The required quorum of hosts is not running.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -228,9 +226,9 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminRevokeClientAccountErrorFormat">
|
<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>
|
<summary>An error occurred attempting to remove an account from the list of allowed client accounts.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownInProgress"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownInProgress"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownNotInProgress"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownNotInProgress"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownNotPossible"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminShutdownNotPossible"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheAdminStatsIncorrect">
|
<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>
|
<summary>The returned status information might be incorrect, because one or more cache hosts could not be reached.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -258,8 +256,11 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheItemVersionMismatch">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheItemVersionMismatch">
|
||||||
<summary>The object in the cache does not match with the specified version.</summary>
|
<summary>The object in the cache does not match with the specified version.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheRedirected"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CacheRedirected"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.CcrUnhandledException"><summary>Internal.</summary></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.ClientServerVersionMismatch">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ClientServerVersionMismatch">
|
||||||
<summary>The cache client assemblies are a different version than the cache host assemblies.</summary>
|
<summary>The cache client assemblies are a different version than the cache host assemblies.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -284,23 +285,23 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ConnectionTerminated">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ConnectionTerminated">
|
||||||
<summary>The connection was terminated. This could be caused by server or network problems.</summary>
|
<summary>The connection was terminated. This could be caused by server or network problems.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ConvertSimpleClient"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ConvertSimpleClient"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.DomainBlockedAccount"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.DomainBlockedAccount"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.DuplicateServersSpecified"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.DuplicateServersSpecified"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.GetComputerDomainError">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.GetComputerDomainError">
|
||||||
<summary>An error occurred while attempting to get the computer domain.</summary>
|
<summary>An error occurred while attempting to get the computer domain.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostAdditionFailureError">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostAdditionFailureError">
|
||||||
<summary>An error occurred while attempting to add a cache host to the cache cluster.</summary>
|
<summary>An error occurred while attempting to add a cache host to the cache cluster.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostAlreadyPresent"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostAlreadyPresent"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostDeletionFailureError">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostDeletionFailureError">
|
||||||
<summary>An error occurred while attempting to remove a host from the cache cluster.</summary>
|
<summary>An error occurred while attempting to remove a host from the cache cluster.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostEntryNotFound">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.HostEntryNotFound">
|
||||||
<summary>The specified cache host entry was not found in the cache cluster configuration.</summary>
|
<summary>The specified cache host entry was not found in the cache cluster configuration.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.IncompatibleExpirationParameters"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.IncompatibleExpirationParameters"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.IncompleteConnectionParameters">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.IncompleteConnectionParameters">
|
||||||
<summary>The specified connection parameters are incomplete.</summary>
|
<summary>The specified connection parameters are incomplete.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -310,6 +311,9 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.InvalidArgument">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.InvalidArgument">
|
||||||
<summary>The argument is not valid.</summary>
|
<summary>The argument is not valid.</summary>
|
||||||
</member>
|
</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">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.InvalidCacheLockHandle">
|
||||||
<summary>The specified lock handle is not valid.</summary>
|
<summary>The specified lock handle is not valid.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -326,7 +330,7 @@
|
|||||||
<summary>The named cache count exceeded the maximum value.</summary>
|
<summary>The named cache count exceeded the maximum value.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.MessageLargerThanConfiguredSize">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.MessageLargerThanConfiguredSize">
|
||||||
<summary>The request failed because either the response or the request message was larger than the configured message size in the transport properties.</summary>
|
<summary>The request failed because either the response or the request message was larger than configured message size in the transport properties.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.NamedCacheDoesNotExist">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.NamedCacheDoesNotExist">
|
||||||
<summary>The named cache does not exist.</summary>
|
<summary>The named cache does not exist.</summary>
|
||||||
@@ -358,8 +362,8 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ObjectNotLocked">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ObjectNotLocked">
|
||||||
<summary>The object is not locked.</summary>
|
<summary>The object is not locked.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.OffloadingWithXml"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.OffloadingWithXml"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.OperationNotSupported"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.OperationNotSupported"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.PermissionsError">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.PermissionsError">
|
||||||
<summary>An error occurred while setting permissions on the cache cluster configuration.</summary>
|
<summary>An error occurred while setting permissions on the cache cluster configuration.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -369,10 +373,10 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.PortDuplicationError">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.PortDuplicationError">
|
||||||
<summary>One or more ports have duplicate values.</summary>
|
<summary>One or more ports have duplicate values.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderDidNotReturnResult"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderDidNotReturnResult"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderFailure"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderFailure"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderNotFound"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughProviderNotFound"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughRegionDoesNotExist"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.ReadThroughRegionDoesNotExist"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.RegionAlreadyExists">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.RegionAlreadyExists">
|
||||||
<summary>The region already exists.</summary>
|
<summary>The region already exists.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -409,7 +413,7 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.SqlAuthenticationNotSupported">
|
<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>
|
<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>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.StringTooLarge"><summary>Internal.</summary></member>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.StringTooLarge"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.TestConnectionFailed">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.TestConnectionFailed">
|
||||||
<summary>The test connection failed.</summary>
|
<summary>The test connection failed.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -419,15 +423,19 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.UndefinedError">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.UndefinedError">
|
||||||
<summary>An unknown error has occurred.</summary>
|
<summary>An unknown error has occurred.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorCode.UsageResourceNotFound"><summary>Internal.</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="T:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus">
|
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus">
|
||||||
<summary>Used to retrieve substatus codes for errors returned to the client.</summary>
|
<summary>Used to retrieve substatus codes for errors returned to the client.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.CacheServerUnavailable">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.CacheServerUnavailable">
|
||||||
<summary>The primary cache server is unavailable.</summary>
|
<summary>The primary cache server is unavailable.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.CacheUnderReconfiguration">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.CacheUnderReconfiguration"></member>
|
||||||
<summary>The cache cluster is being reconfigured.</summary>
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.CertificateRevocationServerOffline">
|
||||||
|
<summary>Unable to validate the SSL certificate.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.InternalError">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheErrorSubStatus.InternalError">
|
||||||
<summary>An internal error has occurred.</summary>
|
<summary>An internal error has occurred.</summary>
|
||||||
@@ -667,15 +675,15 @@
|
|||||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheObjectSerializerType">
|
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheObjectSerializerType">
|
||||||
<summary>An enumeration of the serialization types.</summary>
|
<summary>An enumeration of the serialization types.</summary>
|
||||||
</member>
|
</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">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheObjectSerializerType.BinaryFormatter">
|
||||||
<summary>Items are serialized with a binary formatter.</summary>
|
<summary>Items are serialized with a binary formatter.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheObjectSerializerType.CustomSerializer">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheObjectSerializerType.CustomSerializer">
|
||||||
<summary>Items are serialized with a custom formatter.</summary>
|
<summary>Items are serialized with a custom formatter.</summary>
|
||||||
</member>
|
</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">
|
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheOperationDescriptor">
|
||||||
<summary>Represents a notification event for operations performed against the cache, such as Add or Remove.</summary>
|
<summary>Represents a notification event for operations performed against the cache, such as Add or Remove.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -705,33 +713,33 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.AddItem">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.AddItem">
|
||||||
<summary>Indicates that an object was added to the cache.</summary>
|
<summary>Indicates that an object was added to the cache.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.ReplaceItem">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.ClearRegion">
|
||||||
<summary>Indicates that an object was replaced in the cache. </summary>
|
<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.RemoveItem">
|
|
||||||
<summary>Indicates that an object was removed from the cache. </summary>
|
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.CreateRegion">
|
<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>
|
<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>
|
||||||
|
<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.RemoveRegion">
|
<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>
|
<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>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.ClearRegion">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheOperations.ReplaceItem">
|
||||||
<summary>Indicates that a region in the cache was cleared with the <see cref="M:Microsoft.ApplicationServer.Caching.DataCache.ClearRegion(System.String)" /> method.</summary>
|
<summary>Indicates that an object was replaced in the cache. </summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheProtectionLevel">
|
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheProtectionLevel">
|
||||||
<summary>Enumeration indicating whether data sent between client and server is signed and/or encrypted.</summary>
|
<summary>Enumeration indicating whether data sent between client and server is signed and/or encrypted.</summary>
|
||||||
</member>
|
</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">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheProtectionLevel.None">
|
||||||
<summary>Indicates that neither encryption nor signing is used.</summary>
|
<summary>Indicates that neither encryption nor signing is used.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheProtectionLevel.Sign">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheProtectionLevel.Sign">
|
||||||
<summary>Indicates that signing without encryption is used.</summary>
|
<summary>Indicates that signing without encryption is used.</summary>
|
||||||
</member>
|
</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">
|
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheSecurity">
|
||||||
<summary>Used to enable signing and/or encryption of data sent between client and server.</summary>
|
<summary>Used to enable signing and/or encryption of data sent between client and server.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -745,11 +753,20 @@
|
|||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheSecurity.#ctor(System.Security.SecureString)">
|
<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>
|
<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 .</param>
|
<param name="authorizationToken">A SecureString object that contains the authorization token from the Windows Azure Management Portal.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheSecurity.#ctor(System.Security.SecureString,System.Boolean)">
|
<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>
|
<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 .</param>
|
<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="sslEnabled">Specifies whether SSL should be used.</param>
|
<param name="sslEnabled">Specifies whether SSL should be used.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.DataCacheSecurity.ProtectionLevel">
|
<member name="P:Microsoft.ApplicationServer.Caching.DataCacheSecurity.ProtectionLevel">
|
||||||
@@ -763,15 +780,15 @@
|
|||||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheSecurityMode">
|
<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>
|
<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>
|
||||||
|
<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">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheSecurityMode.None">
|
||||||
<summary>Specifies that no security is enabled. Applies only to the server versions of AppFabric.</summary>
|
<summary>Specifies that no security is enabled. Applies only to the server versions of AppFabric.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheSecurityMode.Transport">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheSecurityMode.Transport">
|
||||||
<summary>Specifies that transport security is enabled. Applies only to the server versions of AppFabric.</summary>
|
<summary>Specifies that transport security is enabled. Applies only to the server versions of AppFabric.</summary>
|
||||||
</member>
|
</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">
|
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheSerializationProperties">
|
||||||
<summary>Specifies the serialization properties for a cache client.</summary>
|
<summary>Specifies the serialization properties for a cache client.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -791,12 +808,12 @@
|
|||||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheServiceAccountType">
|
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheServiceAccountType">
|
||||||
<summary>Specifies the type of account that is used to run the AppFabric Caching service.</summary>
|
<summary>Specifies the type of account that is used to run the AppFabric Caching service.</summary>
|
||||||
</member>
|
</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">
|
<member name="F:Microsoft.ApplicationServer.Caching.DataCacheServiceAccountType.DomainAccount">
|
||||||
<summary>The AppFabric Caching service runs under a domain account on the cache cluster.</summary>
|
<summary>The AppFabric Caching service runs under a domain account on the cache cluster.</summary>
|
||||||
</member>
|
</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="T:Microsoft.ApplicationServer.Caching.DataCacheStoreException">
|
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheStoreException">
|
||||||
<summary>An exception object that should be used by read-through or write-behind providers.</summary>
|
<summary>An exception object that should be used by read-through or write-behind providers.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -860,7 +877,7 @@
|
|||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheTag.#ctor(System.String)">
|
<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>
|
<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.</param>
|
<param name="tag">The string-based identifier to associate with a cached object. Tags must be less than 65 KB.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheTag.Equals(System.Object)">
|
<member name="M:Microsoft.ApplicationServer.Caching.DataCacheTag.Equals(System.Object)">
|
||||||
<summary>Compares the current DataCacheTag object for equality with the specified DataCacheTag object.</summary>
|
<summary>Compares the current DataCacheTag object for equality with the specified DataCacheTag object.</summary>
|
||||||
@@ -878,12 +895,12 @@
|
|||||||
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheTraceSink">
|
<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>
|
<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>
|
||||||
<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">
|
<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>
|
<summary>A trace sink that uses standard Windows Azure Caching diagnostics. Applies only to Windows Azure Caching.</summary>
|
||||||
</member>
|
</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="T:Microsoft.ApplicationServer.Caching.DataCacheTransportProperties">
|
<member name="T:Microsoft.ApplicationServer.Caching.DataCacheTransportProperties">
|
||||||
<summary>Specifies the transport settings for a cache client.</summary>
|
<summary>Specifies the transport settings for a cache client.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -918,75 +935,6 @@
|
|||||||
<summary>Gets or sets the length of time to wait for a request before aborting the channel.</summary>
|
<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>
|
<returns>Returns <see cref="T:System.TimeSpan" />.</returns>
|
||||||
</member>
|
</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">
|
<member name="T:Microsoft.ApplicationServer.Caching.EvictionType">
|
||||||
<summary>Specifies the eviction used for a cache.</summary>
|
<summary>Specifies the eviction used for a cache.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -996,21 +944,21 @@
|
|||||||
<member name="F:Microsoft.ApplicationServer.Caching.EvictionType.None">
|
<member name="F:Microsoft.ApplicationServer.Caching.EvictionType.None">
|
||||||
<summary>The cache does not evict objects.</summary>
|
<summary>The cache does not evict objects.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.ExpirationType"><summary>Internal.</summary></member>
|
<member name="T:Microsoft.ApplicationServer.Caching.ExpirationType"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.None">
|
|
||||||
<summary>Internal.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.AbsoluteExpiration">
|
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.AbsoluteExpiration">
|
||||||
<summary>Internal.</summary>
|
<summary />
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.SlidingExpiration">
|
|
||||||
<summary>Internal.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.NotProvided">
|
|
||||||
<summary>Internal.</summary>
|
|
||||||
</member>
|
</member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.Default">
|
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.Default">
|
||||||
<summary>Internal.</summary>
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.None">
|
||||||
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.NotProvided">
|
||||||
|
<summary />
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.ApplicationServer.Caching.ExpirationType.SlidingExpiration">
|
||||||
|
<summary />
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.HostCacheStats">
|
<member name="T:Microsoft.ApplicationServer.Caching.HostCacheStats">
|
||||||
<summary>Stores cache statistics used in conjunction with the Get-CacheStatistics Windows PowerShell command.</summary>
|
<summary>Stores cache statistics used in conjunction with the Get-CacheStatistics Windows PowerShell command.</summary>
|
||||||
@@ -1042,7 +990,7 @@
|
|||||||
<summary>The size in bytes of cached items.</summary>
|
<summary>The size in bytes of cached items.</summary>
|
||||||
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.HostCacheStats.ToString"><summary>Internal.</summary></member>
|
<member name="M:Microsoft.ApplicationServer.Caching.HostCacheStats.ToString"></member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.ICustomProvider">
|
<member name="T:Microsoft.ApplicationServer.Caching.ICustomProvider">
|
||||||
<summary>Represent an ICustomProvider interface. Applies only to the server versions of AppFabric.</summary>
|
<summary>Represent an ICustomProvider interface. Applies only to the server versions of AppFabric.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -1191,7 +1139,7 @@
|
|||||||
<summary>The number of requests on the cache.</summary>
|
<summary>The number of requests on the cache.</summary>
|
||||||
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.NamedCacheStats.RestRequestCount"><summary>Internal.</summary></member>
|
<member name="P:Microsoft.ApplicationServer.Caching.NamedCacheStats.RestRequestCount"></member>
|
||||||
<member name="P:Microsoft.ApplicationServer.Caching.NamedCacheStats.Size">
|
<member name="P:Microsoft.ApplicationServer.Caching.NamedCacheStats.Size">
|
||||||
<summary>The size in bytes of the cache.</summary>
|
<summary>The size in bytes of the cache.</summary>
|
||||||
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
||||||
@@ -1200,7 +1148,7 @@
|
|||||||
<summary>The number of write operations to the cache.</summary>
|
<summary>The number of write operations to the cache.</summary>
|
||||||
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
<returns>Returns <see cref="T:System.Int64" />.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.SafeStreamWriter"><summary>Internal.</summary></member>
|
<member name="T:Microsoft.ApplicationServer.Caching.SafeStreamWriter"></member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.SafeStreamWriter.#ctor(System.IO.Stream)">
|
<member name="M:Microsoft.ApplicationServer.Caching.SafeStreamWriter.#ctor(System.IO.Stream)">
|
||||||
<param name="stream">Internal.</param>
|
<param name="stream">Internal.</param>
|
||||||
</member>
|
</member>
|
||||||
@@ -1211,68 +1159,48 @@
|
|||||||
<param name="path">Internal.</param>
|
<param name="path">Internal.</param>
|
||||||
<param name="append">Internal.</param>
|
<param name="append">Internal.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.ServiceUtility"><summary>Internal.</summary></member>
|
<member name="T:Microsoft.ApplicationServer.Caching.VelocityAuthorizationException"></member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.ServiceUtility.StartService(System.String,System.Func{System.ServiceProcess.ServiceBase},System.String)">
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityAuthorizationException.#ctor"></member>
|
||||||
<param name="serviceName">Internal.</param>
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityAuthorizationException.#ctor(System.String)"></member>
|
||||||
<param name="serviceCreator">Internal.</param>
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityAuthorizationException.#ctor(System.String,System.Exception)"></member>
|
||||||
<param name="eventSourceName">Internal.</param>
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityAuthorizationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
|
||||||
</member>
|
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketException"></member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.ServiceUtility.StartServiceForCache(System.String,System.Func{System.ServiceProcess.ServiceBase})">
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketException.#ctor"></member>
|
||||||
<param name="serviceName">Internal.</param>
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
|
||||||
<param name="serviceCreator">Internal.</param>
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketException.#ctor(System.String)"></member>
|
||||||
</member>
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketException.#ctor(System.String,System.Exception)"></member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityDiagMode"><summary>Internal.</summary></member>
|
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException"></member>
|
||||||
<member name="F:Microsoft.ApplicationServer.Caching.VelocityDiagMode.WarningWce">
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException.#ctor"></member>
|
||||||
<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)">
|
<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="info">Internal.</param>
|
||||||
<param name="context">Internal.</param>
|
<param name="context">Internal.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException.#ctor(System.String)">
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException.#ctor(System.String)">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<param name="message">Internal.</param>
|
<param name="message">Internal.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException.#ctor(System.String,System.Exception)">
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatException.#ctor(System.String,System.Exception)">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<param name="message">Internal.</param>
|
<param name="message">Internal.</param>
|
||||||
<param name="innerException">Internal.</param>
|
<param name="innerException">Internal.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException"><summary>Internal.</summary></member>
|
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException"></member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException.#ctor"><summary>Internal.</summary></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)"><summary>Internal.</summary></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="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException.#ctor(System.String)">
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException.#ctor(System.String)">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<param name="message">Internal.</param>
|
<param name="message">Internal.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException.#ctor(System.String,System.Exception)">
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketFormatFatalException.#ctor(System.String,System.Exception)">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<param name="message">Internal.</param>
|
<param name="message">Internal.</param>
|
||||||
<param name="innerException">Internal.</param>
|
<param name="innerException">Internal.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException"><summary>Internal.</summary></member>
|
<member name="T:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException"></member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException.#ctor"><summary>Internal.</summary></member>
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException.#ctor"></member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException.#ctor(System.String)">
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException.#ctor(System.String)">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<param name="message">Internal.</param>
|
<param name="message">Internal.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException.#ctor(System.String,System.Exception)">
|
<member name="M:Microsoft.ApplicationServer.Caching.VelocityPacketTooBigException.#ctor(System.String,System.Exception)">
|
||||||
<summary>Internal.</summary>
|
|
||||||
<param name="message">Internal.</param>
|
<param name="message">Internal.</param>
|
||||||
<param name="innerException">Internal.</param>
|
<param name="innerException">Internal.</param>
|
||||||
</member>
|
</member>
|
||||||
|
Binary file not shown.
Binary file not shown.
@@ -10357,6 +10357,16 @@
|
|||||||
<member name="P:Microsoft.Data.OData.Query.ExpressionLexer.Position">
|
<member name="P:Microsoft.Data.OData.Query.ExpressionLexer.Position">
|
||||||
<summary>Position on text being parsed.</summary>
|
<summary>Position on text being parsed.</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:Microsoft.Data.OData.Query.ExpressionLexer.IsValidWhiteSpace">
|
||||||
|
<summary>
|
||||||
|
Gets if the current char is whitespace.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Microsoft.Data.OData.Query.ExpressionLexer.IsValidDigit">
|
||||||
|
<summary>
|
||||||
|
Gets if the current char is digit.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:Microsoft.Data.OData.Query.ExpressionLexer.IsValidStartingCharForIdentifier">
|
<member name="P:Microsoft.Data.OData.Query.ExpressionLexer.IsValidStartingCharForIdentifier">
|
||||||
<summary>
|
<summary>
|
||||||
Is the current char a valid starting char for an identifier.
|
Is the current char a valid starting char for an identifier.
|
||||||
@@ -16252,6 +16262,267 @@
|
|||||||
<param name="isOpenProperty">true if the type name belongs to an open property, false otherwise.</param>
|
<param name="isOpenProperty">true if the type name belongs to an open property, false otherwise.</param>
|
||||||
<returns>Type name to write to the payload, or null if no type should be written.</returns>
|
<returns>Type name to write to the payload, or null if no type should be written.</returns>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="T:Microsoft.Data.OData.JsonLight.ODataJsonLightGeneralDeserializer">
|
||||||
|
<summary>
|
||||||
|
Reads payload as untyped object.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer">
|
||||||
|
<summary>
|
||||||
|
Base class for all OData JsonLight deserializers.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.jsonLightInputContext">
|
||||||
|
<summary>The JsonLight input context to use for reading.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.metadataContext">
|
||||||
|
<summary>Context for entry etadata centric responsibilities.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.metadataUriParseResult">
|
||||||
|
<summary>Result of parsing the metadata URI for the payload (or null if none are available).</summary>
|
||||||
|
<remarks>This field is only available after the ReadPayloadStart was called.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.#ctor(Microsoft.Data.OData.JsonLight.ODataJsonLightInputContext)">
|
||||||
|
<summary>
|
||||||
|
Constructor.
|
||||||
|
</summary>
|
||||||
|
<param name="jsonLightInputContext">The JsonLight input context to read from.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.TryParsePropertyAnnotation(System.String,System.String@,System.String@)">
|
||||||
|
<summary>
|
||||||
|
Parses the name of a property and returns the property name and annotation name if the property is a property annotation.
|
||||||
|
</summary>
|
||||||
|
<param name="propertyAnnotationName">The property name to parse.</param>
|
||||||
|
<param name="propertyName">The name of the annotated property, or null if the property is not a property annotation.</param>
|
||||||
|
<param name="annotationName">The annotation name, or null if the property is not a property annotation.</param>
|
||||||
|
<returns>true if the <paramref name="propertyAnnotationName"/> is a property annotation, false otherwise.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadPayloadStart(Microsoft.Data.OData.ODataPayloadKind,Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Boolean,System.Boolean)">
|
||||||
|
<summary>
|
||||||
|
Read the start of the top-level data wrapper in JSON responses.
|
||||||
|
</summary>
|
||||||
|
<param name="payloadKind">The kind of payload we are reading; this guides the parsing of the metadata URI.</param>
|
||||||
|
<param name="duplicatePropertyNamesChecker">The duplicate property names checker.</param>
|
||||||
|
<param name="isReadingNestedPayload">true if we are deserializing a nested payload, e.g. an entry, a feed or a collection within a parameters payload.</param>
|
||||||
|
<param name="allowEmptyPayload">true if we allow a comletely empty payload; otherwise false.</param>
|
||||||
|
<remarks>
|
||||||
|
Pre-Condition: JsonNodeType.None: assumes that the JSON reader has not been used yet when not reading a nested payload.
|
||||||
|
Post-Condition: The reader is positioned on the first property of the payload after having read (or skipped) the metadata URI property.
|
||||||
|
Or the reader is positioned on an end-object node if there are no properties (other than the metadata URI which is required in responses and optional in requests).
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadPayloadStartAsync(Microsoft.Data.OData.ODataPayloadKind,Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Boolean,System.Boolean)">
|
||||||
|
<summary>
|
||||||
|
Read the start of the top-level data wrapper in JSON responses.
|
||||||
|
</summary>
|
||||||
|
<param name="payloadKind">The kind of payload we are reading; this guides the parsing of the metadata URI.</param>
|
||||||
|
<param name="duplicatePropertyNamesChecker">The duplicate property names checker.</param>
|
||||||
|
<param name="isReadingNestedPayload">true if we are deserializing a nested payload, e.g. an entry, a feed or a collection within a parameters payload.</param>
|
||||||
|
<param name="allowEmptyPayload">true if we allow a comletely empty payload; otherwise false.</param>
|
||||||
|
<returns>The parsed metadata URI.</returns>
|
||||||
|
<remarks>
|
||||||
|
Pre-Condition: JsonNodeType.None: assumes that the JSON reader has not been used yet when not reading a nested payload.
|
||||||
|
Post-Condition: The reader is positioned on the first property of the payload after having read (or skipped) the metadata URI property.
|
||||||
|
Or the reader is positioned on an end-object node if there are no properties (other than the metadata URI which is required in responses and optional in requests).
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadPayloadEnd(System.Boolean)">
|
||||||
|
<summary>
|
||||||
|
Reads the end of the top-level data wrapper in JSON responses.
|
||||||
|
</summary>
|
||||||
|
<param name="isReadingNestedPayload">true if we are deserializing a nested payload, e.g. an entry, a feed or a collection within a parameters payload.</param>
|
||||||
|
<remarks>
|
||||||
|
Pre-Condition: any node: when reading response or a nested payload, will fail if find anything else then EndObject.
|
||||||
|
JsonNodeType.EndOfInput: otherwise
|
||||||
|
Post-Condition: JsonNodeType.EndOfInput
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadAndValidateAnnotationStringValue(System.String)">
|
||||||
|
<summary>
|
||||||
|
Reads and validates a string value from the json reader.
|
||||||
|
</summary>
|
||||||
|
<param name="annotationName">The name of the annotation being read (used for error reporting).</param>
|
||||||
|
<returns>The string that was read.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadAndValidateAnnotationStringValueAsUri(System.String)">
|
||||||
|
<summary>
|
||||||
|
Reads and validates a string value from the json reader and processes it as a Uri.
|
||||||
|
</summary>
|
||||||
|
<param name="annotationName">The name of the annotation being read (used for error reporting).</param>
|
||||||
|
<returns>The Uri that was read.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadAndValidateAnnotationStringValueAsLong(System.String)">
|
||||||
|
<summary>
|
||||||
|
Reads and validates a string value from the json reader and processes it as a long.
|
||||||
|
</summary>
|
||||||
|
<param name="annotationName">The name of the annotation being read (used for error reporting).</param>
|
||||||
|
<returns>The long that was read.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ProcessUriFromPayload(System.String)">
|
||||||
|
<summary>
|
||||||
|
Given a URI from the payload, this method will try to make it absolute, or fail otherwise.
|
||||||
|
</summary>
|
||||||
|
<param name="uriFromPayload">The URI string from the payload to process.</param>
|
||||||
|
<returns>An absolute URI to report.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ProcessProperty(Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Func{System.String,System.Object},System.Action{Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult,System.String})">
|
||||||
|
<summary>
|
||||||
|
Parses JSON object property starting with the current position of the JSON reader.
|
||||||
|
</summary>
|
||||||
|
<param name="duplicatePropertyNamesChecker">The duplicate property names checker to use, it will also store the property annotations found.</param>
|
||||||
|
<param name="readPropertyAnnotationValue">Function called to read property annotation value.</param>
|
||||||
|
<param name="handleProperty">Function callback to handle to resule of parse property.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.AssertJsonCondition(Microsoft.Data.OData.Json.JsonNodeType[])">
|
||||||
|
<summary>
|
||||||
|
Asserts that the JSON reader is positioned on one of the specified node types.
|
||||||
|
</summary>
|
||||||
|
<param name="allowedNodeTypes">The node types which should appear at this point.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ShouldSkipCustomInstanceAnnotation(System.String)">
|
||||||
|
<summary>
|
||||||
|
Returns true if <paramref name="annotationName"/> should be skipped by the reader; false otherwise.
|
||||||
|
</summary>
|
||||||
|
<param name="annotationName">The custom instance annotation name in question.</param>
|
||||||
|
<returns>Returns true if <paramref name="annotationName"/> should be skipped by the reader; false otherwise.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.SkippedOverUnknownODataAnnotation(System.String)">
|
||||||
|
<summary>
|
||||||
|
If <paramref name="annotationName"/> is under the odata namespace but is not known to ODataLib, move the JSON reader forward to skip the
|
||||||
|
annotation name and value then return true; return false otherwise.
|
||||||
|
</summary>
|
||||||
|
<remarks>
|
||||||
|
The unknown odata annotation is skipped so that when this version of the reader reads a feed produced by a future version of ODataLib
|
||||||
|
that contains an odata annotation that is not recognized on this version, we would simply ignore the annotation rather than failing.
|
||||||
|
Note that when we add new odata annotations that cannot be skipped, we would bump the protocol version.
|
||||||
|
</remarks>
|
||||||
|
<param name="annotationName">The annotation name in question.</param>
|
||||||
|
<returns>Returns true if the annotation name and value is skipped; returns false otherwise.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ParseProperty(Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Func{System.String,System.Object},System.String@)">
|
||||||
|
<summary>
|
||||||
|
Parses JSON object property starting with the current position of the JSON reader.
|
||||||
|
</summary>
|
||||||
|
<param name="duplicatePropertyNamesChecker">The duplicate property names checker to use, it will also store the property annotations found.</param>
|
||||||
|
<param name="readPropertyAnnotationValue">Function called to read property annotation value.</param>
|
||||||
|
<param name="parsedPropertyName">The name of the property or instance annotation found.</param>
|
||||||
|
<returns>
|
||||||
|
PropertyWithValue - a property with value was found. The <paramref name="parsedPropertyName"/> contains the name of the property.
|
||||||
|
The reader is positioned on the property value.
|
||||||
|
PropertyWithoutValue - a property without a value was found. The <paramref name="parsedPropertyName"/> contains the name of the property.
|
||||||
|
The reader is positioned on the node after property annotations (so either a property or end of object).
|
||||||
|
ODataInstanceAnnotation - an odata instance annotation was found. The <paramref name="parsedPropertyName"/> contains the name of the annotation.
|
||||||
|
The reader is positioned on the value of the annotation.
|
||||||
|
CustomInstanceAnnotation - a custom instance annotation was found. The <paramref name="parsedPropertyName"/> contains the name of the annotation.
|
||||||
|
The reader is positioned on the value of the annotation.
|
||||||
|
MetadataReferenceProperty - a property which is a reference into the metadata was found.
|
||||||
|
The reader is positioned on the value of the property.
|
||||||
|
EndOfObject - end of the object scope was reached and no properties are to be reported. The <paramref name="parsedPropertyName"/> is null.
|
||||||
|
This can only happen if there's a property annotation which is ignored (for example custom one) at the end of the object.
|
||||||
|
</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ProcessPropertyAnnotation(System.String,System.String,Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Func{System.String,System.Object})">
|
||||||
|
<summary>
|
||||||
|
Process the current property annotation.
|
||||||
|
</summary>
|
||||||
|
<param name="annotatedPropertyName">The name being annotated. Can be a property or an instance annotation.</param>
|
||||||
|
<param name="annotationName">The annotation targeting the <paramref name="annotatedPropertyName"/>.</param>
|
||||||
|
<param name="duplicatePropertyNamesChecker">The duplicate property names checker.</param>
|
||||||
|
<param name="readPropertyAnnotationValue">Callback to read the property annotation value.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadPayloadStartImplementation(Microsoft.Data.OData.ODataPayloadKind,Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Boolean,System.Boolean)">
|
||||||
|
<summary>
|
||||||
|
Read the start of the top-level data wrapper in JSON responses.
|
||||||
|
</summary>
|
||||||
|
<param name="payloadKind">The kind of payload we are reading; this guides the parsing of the metadata URI.</param>
|
||||||
|
<param name="duplicatePropertyNamesChecker">The duplicate property names checker.</param>
|
||||||
|
<param name="isReadingNestedPayload">true if we are deserializing a nested payload, e.g. an entry, a feed or a collection within a parameters payload.</param>
|
||||||
|
<param name="allowEmptyPayload">true if we allow a comletely empty payload; otherwise false.</param>
|
||||||
|
<returns>The value of the metadata URI annotation (or null if it was not found).</returns>
|
||||||
|
<remarks>
|
||||||
|
Pre-Condition: JsonNodeType.None: assumes that the JSON reader has not been used yet when not reading a nested payload.
|
||||||
|
Post-Condition: The reader is positioned on the first property of the payload after having read (or skipped) the metadata URI property.
|
||||||
|
Or the reader is positioned on an end-object node if there are no properties (other than the metadata URI which is required in responses and optional in requests).
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadMetadataUriAnnotation(Microsoft.Data.OData.ODataPayloadKind,Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Boolean)">
|
||||||
|
<summary>
|
||||||
|
Reads the odata.metadata annotation.
|
||||||
|
</summary>
|
||||||
|
<param name="payloadKind">The payload kind for which to read the metadata URI.</param>
|
||||||
|
<param name="duplicatePropertyNamesChecker">The duplicate property names checker.</param>
|
||||||
|
<param name="failOnMissingMetadataUriAnnotation">true if the method should fail if the metadata URI annotation is missing, false if that can be ignored.</param>
|
||||||
|
<returns>The value of the metadata URI annotation.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="P:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.MetadataContext">
|
||||||
|
<summary>
|
||||||
|
Context for entry metadata centric responsibilities.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.JsonReader">
|
||||||
|
<summary>
|
||||||
|
Returns the <see cref="T:Microsoft.Data.OData.Json.BufferingJsonReader"/> which is to be used to read the content of the message.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.MetadataUriParseResult">
|
||||||
|
<summary>Result of parsing the metadata URI for the payload (or null if none are available).</summary>
|
||||||
|
<remarks>This property is only available after the ReadPayloadStart was called.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="P:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.JsonLightInputContext">
|
||||||
|
<summary>
|
||||||
|
The Json lite input context to use for reading.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.MetadataDocumentUri">
|
||||||
|
<summary>
|
||||||
|
Gets the metadata document Uri from the MetadataUriParseResult.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult">
|
||||||
|
<summary>Possible results of parsing JSON object property.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.EndOfObject">
|
||||||
|
<summary>An end of object was reached without any property to be reported.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.PropertyWithValue">
|
||||||
|
<summary>A property with value was found.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.PropertyWithoutValue">
|
||||||
|
<summary>A property without value was found.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.ODataInstanceAnnotation">
|
||||||
|
<summary>A 'odata' instance annotation was found.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.CustomInstanceAnnotation">
|
||||||
|
<summary>A custom instance annotation was found.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.MetadataReferenceProperty">
|
||||||
|
<summary>A metadata reference property was found.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightGeneralDeserializer.#ctor(Microsoft.Data.OData.JsonLight.ODataJsonLightInputContext)">
|
||||||
|
<summary>
|
||||||
|
Constructor.
|
||||||
|
</summary>
|
||||||
|
<param name="jsonLightInputContext">The JsonLight input context to read from.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightGeneralDeserializer.ReadValue">
|
||||||
|
<summary>
|
||||||
|
Reads untyped value.
|
||||||
|
</summary>
|
||||||
|
<returns>primitive value or ODataComplexValue orODataCollectionValue.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightGeneralDeserializer.ReadAsComplexValue">
|
||||||
|
<summary>
|
||||||
|
Reads json object value.
|
||||||
|
</summary>
|
||||||
|
<returns>ODataComplexValue with TypeName=null</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightGeneralDeserializer.ReadAsCollectionValue">
|
||||||
|
<summary>
|
||||||
|
Read json array.
|
||||||
|
</summary>
|
||||||
|
<returns>ODataCollectionValue with TypeName=null</returns>
|
||||||
|
</member>
|
||||||
<member name="T:Microsoft.Data.OData.ODataFeedAndEntryTypeContext">
|
<member name="T:Microsoft.Data.OData.ODataFeedAndEntryTypeContext">
|
||||||
<summary>
|
<summary>
|
||||||
The context object to answer basic questions regarding the type of the entry or feed.
|
The context object to answer basic questions regarding the type of the entry or feed.
|
||||||
@@ -18553,238 +18824,6 @@
|
|||||||
Responsible for reading annotation groups (both declarations and references) in JSON Light.
|
Responsible for reading annotation groups (both declarations and references) in JSON Light.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer">
|
|
||||||
<summary>
|
|
||||||
Base class for all OData JsonLight deserializers.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.jsonLightInputContext">
|
|
||||||
<summary>The JsonLight input context to use for reading.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.metadataContext">
|
|
||||||
<summary>Context for entry etadata centric responsibilities.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.metadataUriParseResult">
|
|
||||||
<summary>Result of parsing the metadata URI for the payload (or null if none are available).</summary>
|
|
||||||
<remarks>This field is only available after the ReadPayloadStart was called.</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.#ctor(Microsoft.Data.OData.JsonLight.ODataJsonLightInputContext)">
|
|
||||||
<summary>
|
|
||||||
Constructor.
|
|
||||||
</summary>
|
|
||||||
<param name="jsonLightInputContext">The JsonLight input context to read from.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.TryParsePropertyAnnotation(System.String,System.String@,System.String@)">
|
|
||||||
<summary>
|
|
||||||
Parses the name of a property and returns the property name and annotation name if the property is a property annotation.
|
|
||||||
</summary>
|
|
||||||
<param name="propertyAnnotationName">The property name to parse.</param>
|
|
||||||
<param name="propertyName">The name of the annotated property, or null if the property is not a property annotation.</param>
|
|
||||||
<param name="annotationName">The annotation name, or null if the property is not a property annotation.</param>
|
|
||||||
<returns>true if the <paramref name="propertyAnnotationName"/> is a property annotation, false otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadPayloadStart(Microsoft.Data.OData.ODataPayloadKind,Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Boolean,System.Boolean)">
|
|
||||||
<summary>
|
|
||||||
Read the start of the top-level data wrapper in JSON responses.
|
|
||||||
</summary>
|
|
||||||
<param name="payloadKind">The kind of payload we are reading; this guides the parsing of the metadata URI.</param>
|
|
||||||
<param name="duplicatePropertyNamesChecker">The duplicate property names checker.</param>
|
|
||||||
<param name="isReadingNestedPayload">true if we are deserializing a nested payload, e.g. an entry, a feed or a collection within a parameters payload.</param>
|
|
||||||
<param name="allowEmptyPayload">true if we allow a comletely empty payload; otherwise false.</param>
|
|
||||||
<remarks>
|
|
||||||
Pre-Condition: JsonNodeType.None: assumes that the JSON reader has not been used yet when not reading a nested payload.
|
|
||||||
Post-Condition: The reader is positioned on the first property of the payload after having read (or skipped) the metadata URI property.
|
|
||||||
Or the reader is positioned on an end-object node if there are no properties (other than the metadata URI which is required in responses and optional in requests).
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadPayloadStartAsync(Microsoft.Data.OData.ODataPayloadKind,Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Boolean,System.Boolean)">
|
|
||||||
<summary>
|
|
||||||
Read the start of the top-level data wrapper in JSON responses.
|
|
||||||
</summary>
|
|
||||||
<param name="payloadKind">The kind of payload we are reading; this guides the parsing of the metadata URI.</param>
|
|
||||||
<param name="duplicatePropertyNamesChecker">The duplicate property names checker.</param>
|
|
||||||
<param name="isReadingNestedPayload">true if we are deserializing a nested payload, e.g. an entry, a feed or a collection within a parameters payload.</param>
|
|
||||||
<param name="allowEmptyPayload">true if we allow a comletely empty payload; otherwise false.</param>
|
|
||||||
<returns>The parsed metadata URI.</returns>
|
|
||||||
<remarks>
|
|
||||||
Pre-Condition: JsonNodeType.None: assumes that the JSON reader has not been used yet when not reading a nested payload.
|
|
||||||
Post-Condition: The reader is positioned on the first property of the payload after having read (or skipped) the metadata URI property.
|
|
||||||
Or the reader is positioned on an end-object node if there are no properties (other than the metadata URI which is required in responses and optional in requests).
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadPayloadEnd(System.Boolean)">
|
|
||||||
<summary>
|
|
||||||
Reads the end of the top-level data wrapper in JSON responses.
|
|
||||||
</summary>
|
|
||||||
<param name="isReadingNestedPayload">true if we are deserializing a nested payload, e.g. an entry, a feed or a collection within a parameters payload.</param>
|
|
||||||
<remarks>
|
|
||||||
Pre-Condition: any node: when reading response or a nested payload, will fail if find anything else then EndObject.
|
|
||||||
JsonNodeType.EndOfInput: otherwise
|
|
||||||
Post-Condition: JsonNodeType.EndOfInput
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadAndValidateAnnotationStringValue(System.String)">
|
|
||||||
<summary>
|
|
||||||
Reads and validates a string value from the json reader.
|
|
||||||
</summary>
|
|
||||||
<param name="annotationName">The name of the annotation being read (used for error reporting).</param>
|
|
||||||
<returns>The string that was read.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadAndValidateAnnotationStringValueAsUri(System.String)">
|
|
||||||
<summary>
|
|
||||||
Reads and validates a string value from the json reader and processes it as a Uri.
|
|
||||||
</summary>
|
|
||||||
<param name="annotationName">The name of the annotation being read (used for error reporting).</param>
|
|
||||||
<returns>The Uri that was read.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadAndValidateAnnotationStringValueAsLong(System.String)">
|
|
||||||
<summary>
|
|
||||||
Reads and validates a string value from the json reader and processes it as a long.
|
|
||||||
</summary>
|
|
||||||
<param name="annotationName">The name of the annotation being read (used for error reporting).</param>
|
|
||||||
<returns>The long that was read.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ProcessUriFromPayload(System.String)">
|
|
||||||
<summary>
|
|
||||||
Given a URI from the payload, this method will try to make it absolute, or fail otherwise.
|
|
||||||
</summary>
|
|
||||||
<param name="uriFromPayload">The URI string from the payload to process.</param>
|
|
||||||
<returns>An absolute URI to report.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ProcessProperty(Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Func{System.String,System.Object},System.Action{Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult,System.String})">
|
|
||||||
<summary>
|
|
||||||
Parses JSON object property starting with the current position of the JSON reader.
|
|
||||||
</summary>
|
|
||||||
<param name="duplicatePropertyNamesChecker">The duplicate property names checker to use, it will also store the property annotations found.</param>
|
|
||||||
<param name="readPropertyAnnotationValue">Function called to read property annotation value.</param>
|
|
||||||
<param name="handleProperty">Function callback to handle to resule of parse property.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.AssertJsonCondition(Microsoft.Data.OData.Json.JsonNodeType[])">
|
|
||||||
<summary>
|
|
||||||
Asserts that the JSON reader is positioned on one of the specified node types.
|
|
||||||
</summary>
|
|
||||||
<param name="allowedNodeTypes">The node types which should appear at this point.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ShouldSkipCustomInstanceAnnotation(System.String)">
|
|
||||||
<summary>
|
|
||||||
Returns true if <paramref name="annotationName"/> should be skipped by the reader; false otherwise.
|
|
||||||
</summary>
|
|
||||||
<param name="annotationName">The custom instance annotation name in question.</param>
|
|
||||||
<returns>Returns true if <paramref name="annotationName"/> should be skipped by the reader; false otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.SkippedOverUnknownODataAnnotation(System.String)">
|
|
||||||
<summary>
|
|
||||||
If <paramref name="annotationName"/> is under the odata namespace but is not known to ODataLib, move the JSON reader forward to skip the
|
|
||||||
annotation name and value then return true; return false otherwise.
|
|
||||||
</summary>
|
|
||||||
<remarks>
|
|
||||||
The unknown odata annotation is skipped so that when this version of the reader reads a feed produced by a future version of ODataLib
|
|
||||||
that contains an odata annotation that is not recognized on this version, we would simply ignore the annotation rather than failing.
|
|
||||||
Note that when we add new odata annotations that cannot be skipped, we would bump the protocol version.
|
|
||||||
</remarks>
|
|
||||||
<param name="annotationName">The annotation name in question.</param>
|
|
||||||
<returns>Returns true if the annotation name and value is skipped; returns false otherwise.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ParseProperty(Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Func{System.String,System.Object},System.String@)">
|
|
||||||
<summary>
|
|
||||||
Parses JSON object property starting with the current position of the JSON reader.
|
|
||||||
</summary>
|
|
||||||
<param name="duplicatePropertyNamesChecker">The duplicate property names checker to use, it will also store the property annotations found.</param>
|
|
||||||
<param name="readPropertyAnnotationValue">Function called to read property annotation value.</param>
|
|
||||||
<param name="parsedPropertyName">The name of the property or instance annotation found.</param>
|
|
||||||
<returns>
|
|
||||||
PropertyWithValue - a property with value was found. The <paramref name="parsedPropertyName"/> contains the name of the property.
|
|
||||||
The reader is positioned on the property value.
|
|
||||||
PropertyWithoutValue - a property without a value was found. The <paramref name="parsedPropertyName"/> contains the name of the property.
|
|
||||||
The reader is positioned on the node after property annotations (so either a property or end of object).
|
|
||||||
ODataInstanceAnnotation - an odata instance annotation was found. The <paramref name="parsedPropertyName"/> contains the name of the annotation.
|
|
||||||
The reader is positioned on the value of the annotation.
|
|
||||||
CustomInstanceAnnotation - a custom instance annotation was found. The <paramref name="parsedPropertyName"/> contains the name of the annotation.
|
|
||||||
The reader is positioned on the value of the annotation.
|
|
||||||
MetadataReferenceProperty - a property which is a reference into the metadata was found.
|
|
||||||
The reader is positioned on the value of the property.
|
|
||||||
EndOfObject - end of the object scope was reached and no properties are to be reported. The <paramref name="parsedPropertyName"/> is null.
|
|
||||||
This can only happen if there's a property annotation which is ignored (for example custom one) at the end of the object.
|
|
||||||
</returns>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ProcessPropertyAnnotation(System.String,System.String,Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Func{System.String,System.Object})">
|
|
||||||
<summary>
|
|
||||||
Process the current property annotation.
|
|
||||||
</summary>
|
|
||||||
<param name="annotatedPropertyName">The name being annotated. Can be a property or an instance annotation.</param>
|
|
||||||
<param name="annotationName">The annotation targeting the <paramref name="annotatedPropertyName"/>.</param>
|
|
||||||
<param name="duplicatePropertyNamesChecker">The duplicate property names checker.</param>
|
|
||||||
<param name="readPropertyAnnotationValue">Callback to read the property annotation value.</param>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadPayloadStartImplementation(Microsoft.Data.OData.ODataPayloadKind,Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Boolean,System.Boolean)">
|
|
||||||
<summary>
|
|
||||||
Read the start of the top-level data wrapper in JSON responses.
|
|
||||||
</summary>
|
|
||||||
<param name="payloadKind">The kind of payload we are reading; this guides the parsing of the metadata URI.</param>
|
|
||||||
<param name="duplicatePropertyNamesChecker">The duplicate property names checker.</param>
|
|
||||||
<param name="isReadingNestedPayload">true if we are deserializing a nested payload, e.g. an entry, a feed or a collection within a parameters payload.</param>
|
|
||||||
<param name="allowEmptyPayload">true if we allow a comletely empty payload; otherwise false.</param>
|
|
||||||
<returns>The value of the metadata URI annotation (or null if it was not found).</returns>
|
|
||||||
<remarks>
|
|
||||||
Pre-Condition: JsonNodeType.None: assumes that the JSON reader has not been used yet when not reading a nested payload.
|
|
||||||
Post-Condition: The reader is positioned on the first property of the payload after having read (or skipped) the metadata URI property.
|
|
||||||
Or the reader is positioned on an end-object node if there are no properties (other than the metadata URI which is required in responses and optional in requests).
|
|
||||||
</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.ReadMetadataUriAnnotation(Microsoft.Data.OData.ODataPayloadKind,Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Boolean)">
|
|
||||||
<summary>
|
|
||||||
Reads the odata.metadata annotation.
|
|
||||||
</summary>
|
|
||||||
<param name="payloadKind">The payload kind for which to read the metadata URI.</param>
|
|
||||||
<param name="duplicatePropertyNamesChecker">The duplicate property names checker.</param>
|
|
||||||
<param name="failOnMissingMetadataUriAnnotation">true if the method should fail if the metadata URI annotation is missing, false if that can be ignored.</param>
|
|
||||||
<returns>The value of the metadata URI annotation.</returns>
|
|
||||||
</member>
|
|
||||||
<member name="P:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.MetadataContext">
|
|
||||||
<summary>
|
|
||||||
Context for entry metadata centric responsibilities.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.JsonReader">
|
|
||||||
<summary>
|
|
||||||
Returns the <see cref="T:Microsoft.Data.OData.Json.BufferingJsonReader"/> which is to be used to read the content of the message.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.MetadataUriParseResult">
|
|
||||||
<summary>Result of parsing the metadata URI for the payload (or null if none are available).</summary>
|
|
||||||
<remarks>This property is only available after the ReadPayloadStart was called.</remarks>
|
|
||||||
</member>
|
|
||||||
<member name="P:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.JsonLightInputContext">
|
|
||||||
<summary>
|
|
||||||
The Json lite input context to use for reading.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.MetadataDocumentUri">
|
|
||||||
<summary>
|
|
||||||
Gets the metadata document Uri from the MetadataUriParseResult.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="T:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult">
|
|
||||||
<summary>Possible results of parsing JSON object property.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.EndOfObject">
|
|
||||||
<summary>An end of object was reached without any property to be reported.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.PropertyWithValue">
|
|
||||||
<summary>A property with value was found.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.PropertyWithoutValue">
|
|
||||||
<summary>A property without value was found.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.ODataInstanceAnnotation">
|
|
||||||
<summary>A 'odata' instance annotation was found.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.CustomInstanceAnnotation">
|
|
||||||
<summary>A custom instance annotation was found.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.Data.OData.JsonLight.ODataJsonLightDeserializer.PropertyParsingResult.MetadataReferenceProperty">
|
|
||||||
<summary>A metadata reference property was found.</summary>
|
|
||||||
</member>
|
|
||||||
<member name="F:Microsoft.Data.OData.JsonLight.JsonLightAnnotationGroupDeserializer.annotationGroups">
|
<member name="F:Microsoft.Data.OData.JsonLight.JsonLightAnnotationGroupDeserializer.annotationGroups">
|
||||||
<summary>
|
<summary>
|
||||||
Mapping of all the annotation groups encountered so far, keyed by name.
|
Mapping of all the annotation groups encountered so far, keyed by name.
|
||||||
@@ -21199,6 +21238,33 @@
|
|||||||
- <see cref="T:Microsoft.Data.OData.ODataCollectionValue"/>
|
- <see cref="T:Microsoft.Data.OData.ODataCollectionValue"/>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightPropertyAndValueDeserializer.ReadNonEntityValue(System.String,Microsoft.Data.Edm.IEdmTypeReference,Microsoft.Data.OData.DuplicatePropertyNamesChecker,Microsoft.Data.OData.CollectionWithoutExpectedTypeValidator,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)">
|
||||||
|
<summary>
|
||||||
|
Reads a primitive value, complex value or collection.
|
||||||
|
</summary>
|
||||||
|
<param name="payloadTypeName">The type name read from the payload as a property annotation, or null if none is available.</param>
|
||||||
|
<param name="expectedValueTypeReference">The expected type reference of the property value.</param>
|
||||||
|
<param name="duplicatePropertyNamesChecker">The duplicate property names checker to use - if null the method should create a new one if necessary.</param>
|
||||||
|
<param name="collectionValidator">The collection validator instance if no expected item type has been specified; otherwise null.</param>
|
||||||
|
<param name="validateNullValue">true to validate null values; otherwise false.</param>
|
||||||
|
<param name="isTopLevelPropertyValue">true if we are reading a top-level property value; otherwise false.</param>
|
||||||
|
<param name="insideComplexValue">true if we are reading a complex value and the reader is already positioned inside the complex value; otherwise false.</param>
|
||||||
|
<param name="propertyName">The name of the property whose value is being read, if applicable (used for error reporting).</param>
|
||||||
|
<param name="readRawValueEvenIfNoTypeFound">If true: when no type info, read raw value as primitive (not including spatial type), untyped complex or untype collection.</param>
|
||||||
|
<returns>The value of the property read.</returns>
|
||||||
|
<remarks>
|
||||||
|
Pre-Condition: JsonNodeType.PrimitiveValue - the value of the property is a primitive value
|
||||||
|
JsonNodeType.StartObject - the value of the property is an object
|
||||||
|
JsonNodeType.StartArray - the value of the property is an array - method will fail in this case.
|
||||||
|
Post-Condition: almost anything - the node after the property value.
|
||||||
|
|
||||||
|
Returns the value of the property read, which can be one of:
|
||||||
|
- null
|
||||||
|
- primitive value
|
||||||
|
- <see cref="T:Microsoft.Data.OData.ODataComplexValue"/>
|
||||||
|
- <see cref="T:Microsoft.Data.OData.ODataCollectionValue"/>
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightPropertyAndValueDeserializer.ValidateDataPropertyTypeNameAnnotation(Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.String)">
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightPropertyAndValueDeserializer.ValidateDataPropertyTypeNameAnnotation(Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.String)">
|
||||||
<summary>
|
<summary>
|
||||||
Gets and validates the type name annotation for the specified property.
|
Gets and validates the type name annotation for the specified property.
|
||||||
@@ -21352,6 +21418,33 @@
|
|||||||
- <see cref="T:Microsoft.Data.OData.ODataCollectionValue"/>
|
- <see cref="T:Microsoft.Data.OData.ODataCollectionValue"/>
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightPropertyAndValueDeserializer.ReadNonEntityValueImplementation(System.String,Microsoft.Data.Edm.IEdmTypeReference,Microsoft.Data.OData.DuplicatePropertyNamesChecker,Microsoft.Data.OData.CollectionWithoutExpectedTypeValidator,System.Boolean,System.Boolean,System.Boolean,System.String,System.Boolean)">
|
||||||
|
<summary>
|
||||||
|
Reads a primitive, complex or collection value.
|
||||||
|
</summary>
|
||||||
|
<param name="payloadTypeName">The type name read from the payload as a property annotation, or null if none is available.</param>
|
||||||
|
<param name="expectedTypeReference">The expected type reference of the property value.</param>
|
||||||
|
<param name="duplicatePropertyNamesChecker">The duplicate property names checker to use - if null the method should create a new one if necessary.</param>
|
||||||
|
<param name="collectionValidator">The collection validator instance if no expected item type has been specified; otherwise null.</param>
|
||||||
|
<param name="validateNullValue">true to validate null values; otherwise false.</param>
|
||||||
|
<param name="isTopLevelPropertyValue">true if we are reading a top-level property value; otherwise false.</param>
|
||||||
|
<param name="insideComplexValue">true if we are reading a complex value and the reader is already positioned inside the complex value; otherwise false.</param>
|
||||||
|
<param name="propertyName">The name of the property whose value is being read, if applicable (used for error reporting).</param>
|
||||||
|
<param name="readRawValueEvenIfNoTypeFound">If true: when no type info, read raw value as primitive (not including spatial type), untyped complex or untype collection.</param>
|
||||||
|
<returns>The value of the property read.</returns>
|
||||||
|
<remarks>
|
||||||
|
Pre-Condition: JsonNodeType.PrimitiveValue - the value of the property is a primitive value
|
||||||
|
JsonNodeType.StartObject - the value of the property is an object
|
||||||
|
JsonNodeType.StartArray - the value of the property is an array
|
||||||
|
Post-Condition: almost anything - the node after the property value.
|
||||||
|
|
||||||
|
Returns the value of the property read, which can be one of:
|
||||||
|
- null
|
||||||
|
- primitive value
|
||||||
|
- <see cref="T:Microsoft.Data.OData.ODataComplexValue"/>
|
||||||
|
- <see cref="T:Microsoft.Data.OData.ODataCollectionValue"/>
|
||||||
|
</remarks>
|
||||||
|
</member>
|
||||||
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightPropertyAndValueDeserializer.TryReadPayloadTypeFromObject(Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Boolean,System.String@)">
|
<member name="M:Microsoft.Data.OData.JsonLight.ODataJsonLightPropertyAndValueDeserializer.TryReadPayloadTypeFromObject(Microsoft.Data.OData.DuplicatePropertyNamesChecker,System.Boolean,System.String@)">
|
||||||
<summary>
|
<summary>
|
||||||
Reads the payload type name from a JSON object (if it exists).
|
Reads the payload type name from a JSON object (if it exists).
|
||||||
@@ -52860,11 +52953,6 @@
|
|||||||
A string like "An undeclared property '{0}' which only has property annotations in the payload but no property value was found in the payload. In OData, only declared navigation properties and declared named streams can be represented as properties without values."
|
A string like "An undeclared property '{0}' which only has property annotations in the payload but no property value was found in the payload. In OData, only declared navigation properties and declared named streams can be represented as properties without values."
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Microsoft.Data.OData.Strings.ODataJsonLightEntryAndFeedDeserializer_InvalidFunctionImportName(System.Object,System.Object)">
|
|
||||||
<summary>
|
|
||||||
A string like "The metadata URI '{0}' references the function import '{1}'. However, no or multiple function imports with name '{1}' are declared in the metadata."
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="M:Microsoft.Data.OData.Strings.ODataJsonLightEntryAndFeedDeserializer_FunctionImportIsNotActionOrFunction(System.Object)">
|
<member name="M:Microsoft.Data.OData.Strings.ODataJsonLightEntryAndFeedDeserializer_FunctionImportIsNotActionOrFunction(System.Object)">
|
||||||
<summary>
|
<summary>
|
||||||
A string like "Encountered the function import '{0}' which can not be resolved to an ODataAction or ODataFunction."
|
A string like "Encountered the function import '{0}' which can not be resolved to an ODataAction or ODataFunction."
|
||||||
|
Binary file not shown.
@@ -4759,6 +4759,11 @@
|
|||||||
Gets the actual method. Indicates correct method to use in the post tunneling case.
|
Gets the actual method. Indicates correct method to use in the post tunneling case.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:System.Data.Services.Client.DataServiceClientRequestMessageArgs.UseDefaultCredentials">
|
||||||
|
<summary>
|
||||||
|
Gets a System.Boolean value that controls whether default credentials are sent with requests.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="T:System.Data.Services.Client.HttpStack">
|
<member name="T:System.Data.Services.Client.HttpStack">
|
||||||
<summary>Represents the type of HTTP implementation to use when accessing the data service.Supported only by the WCF Data Services 5.0 client for Silverlight.</summary>
|
<summary>Represents the type of HTTP implementation to use when accessing the data service.Supported only by the WCF Data Services 5.0 client for Silverlight.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -9623,6 +9628,19 @@
|
|||||||
<param name="source">The source.</param>
|
<param name="source">The source.</param>
|
||||||
<param name="target">The target.</param>
|
<param name="target">The target.</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.ODataWriterWrapper.WriteNavigationLinkEnd(Microsoft.Data.OData.ODataNavigationLink,System.Object,System.Object)">
|
||||||
|
<summary>
|
||||||
|
Writes the end Actions.
|
||||||
|
</summary>
|
||||||
|
<param name="navlink">The link.</param>
|
||||||
|
<param name="source">The source.</param>
|
||||||
|
<param name="target">The target.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.ODataWriterWrapper.WriteNavigationLinksEnd">
|
||||||
|
<summary>
|
||||||
|
Writes the navigation link end.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Data.Services.Client.ODataWriterWrapper.WriteStart(Microsoft.Data.OData.ODataNavigationLink,System.Object,System.Object)">
|
<member name="M:System.Data.Services.Client.ODataWriterWrapper.WriteStart(Microsoft.Data.OData.ODataNavigationLink,System.Object,System.Object)">
|
||||||
<summary>
|
<summary>
|
||||||
Writes the start.
|
Writes the start.
|
||||||
@@ -9631,6 +9649,20 @@
|
|||||||
<param name="source">The source.</param>
|
<param name="source">The source.</param>
|
||||||
<param name="target">The target.</param>
|
<param name="target">The target.</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.ODataWriterWrapper.WriteNavigationLinkStart(Microsoft.Data.OData.ODataNavigationLink,System.Object,System.Object)">
|
||||||
|
<summary>
|
||||||
|
Writes the start for Navigation link.
|
||||||
|
</summary>
|
||||||
|
<param name="navigationLink">The navigation link.</param>
|
||||||
|
<param name="source">The source.</param>
|
||||||
|
<param name="target">The target.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.ODataWriterWrapper.WriteNavigationLinksStart(Microsoft.Data.OData.ODataNavigationLink)">
|
||||||
|
<summary>
|
||||||
|
Writes the start for a collection of navigation links.
|
||||||
|
</summary>
|
||||||
|
<param name="navigationLink">The navigation link.</param>
|
||||||
|
</member>
|
||||||
<member name="M:System.Data.Services.Client.ODataWriterWrapper.WriteEntityReferenceLink(Microsoft.Data.OData.ODataEntityReferenceLink,System.Object,System.Object)">
|
<member name="M:System.Data.Services.Client.ODataWriterWrapper.WriteEntityReferenceLink(Microsoft.Data.OData.ODataEntityReferenceLink,System.Object,System.Object)">
|
||||||
<summary>
|
<summary>
|
||||||
Writes the entity reference link.
|
Writes the entity reference link.
|
||||||
@@ -13718,6 +13750,11 @@
|
|||||||
<member name="F:System.Data.Services.Client.UriWriter.leafResourceSet">
|
<member name="F:System.Data.Services.Client.UriWriter.leafResourceSet">
|
||||||
<summary>the leaf resourceset for the URI being written</summary>
|
<summary>the leaf resourceset for the URI being written</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="F:System.Data.Services.Client.UriWriter.cachedQueryOptions">
|
||||||
|
<summary>
|
||||||
|
For caching query options to be grouped
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Data.Services.Client.UriWriter.#ctor(System.Data.Services.Client.DataServiceContext)">
|
<member name="M:System.Data.Services.Client.UriWriter.#ctor(System.Data.Services.Client.DataServiceContext)">
|
||||||
<summary>
|
<summary>
|
||||||
Private constructor for creating UriWriter
|
Private constructor for creating UriWriter
|
||||||
@@ -13899,6 +13936,18 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<param name="options">Custom query options</param>
|
<param name="options">Custom query options</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.UriWriter.AddAsCachedQueryOption(System.String,System.String)">
|
||||||
|
<summary>
|
||||||
|
Caches query option to be grouped
|
||||||
|
</summary>
|
||||||
|
<param name="optionKey">The key.</param>
|
||||||
|
<param name="optionValue">The value</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.UriWriter.AppendCachedQueryOptionsToUriBuilder">
|
||||||
|
<summary>
|
||||||
|
Append all cached query options to uri.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Data.Services.Client.UriWriter.ExpressionToString(System.Linq.Expressions.Expression,System.Boolean)">
|
<member name="M:System.Data.Services.Client.UriWriter.ExpressionToString(System.Linq.Expressions.Expression,System.Boolean)">
|
||||||
<summary>Serializes an expression to a string.</summary>
|
<summary>Serializes an expression to a string.</summary>
|
||||||
<param name="expression">Expression to serialize</param>
|
<param name="expression">Expression to serialize</param>
|
||||||
@@ -14710,6 +14759,16 @@
|
|||||||
<member name="M:System.Data.Services.Client.BindingObserver.StopTracking">
|
<member name="M:System.Data.Services.Client.BindingObserver.StopTracking">
|
||||||
<summary>Stop tracking the root DataServiceCollection associated with the observer.</summary>
|
<summary>Stop tracking the root DataServiceCollection associated with the observer.</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.BindingObserver.LookupParent``1(System.Data.Services.Client.DataServiceCollection{``0},System.Object@,System.String@)">
|
||||||
|
<summary>
|
||||||
|
Looks up parent entity that references <param ref="collection" />.
|
||||||
|
</summary>
|
||||||
|
<typeparam name="T">Type of DataServiceCollection.</typeparam>
|
||||||
|
<param name="collection">DataService collection</param>
|
||||||
|
<param name="parentEntity">Parent entity that references <param ref="collection" />. May return null if there is none.</param>
|
||||||
|
<param name="parentProperty">Navigation property in the parentEntity that references <param ref="collection" />. May return null if there is no parent entity.</param>
|
||||||
|
<returns>True if parent entity was found, otherwise false.</returns>
|
||||||
|
</member>
|
||||||
<member name="M:System.Data.Services.Client.BindingObserver.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
|
<member name="M:System.Data.Services.Client.BindingObserver.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
|
||||||
<summary>Handle changes to tracked entity.</summary>
|
<summary>Handle changes to tracked entity.</summary>
|
||||||
<param name="source">The entity that raised the event.</param>
|
<param name="source">The entity that raised the event.</param>
|
||||||
@@ -15081,6 +15140,11 @@
|
|||||||
<member name="F:System.Data.Services.Client.DataServiceCollection`1.entitySetName">
|
<member name="F:System.Data.Services.Client.DataServiceCollection`1.entitySetName">
|
||||||
<summary>Entity set name tracked until tracking is enabled.</summary>
|
<summary>Entity set name tracked until tracking is enabled.</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="F:System.Data.Services.Client.DataServiceCollection`1.ongoingAsyncOperation">
|
||||||
|
<summary>
|
||||||
|
The async handle for the current LoadAsync Operation
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Data.Services.Client.DataServiceCollection`1.#ctor">
|
<member name="M:System.Data.Services.Client.DataServiceCollection`1.#ctor">
|
||||||
<summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> class.</summary>
|
<summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> class.</summary>
|
||||||
<remarks>Creates a default data service collection, with auto-change tracking enabled as soon as data is loaded into it.</remarks>
|
<remarks>Creates a default data service collection, with auto-change tracking enabled as soon as data is loaded into it.</remarks>
|
||||||
@@ -15145,6 +15209,54 @@
|
|||||||
For large amount of items, consider DataServiceContext.LoadProperty instead.
|
For large amount of items, consider DataServiceContext.LoadProperty instead.
|
||||||
</remarks>
|
</remarks>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.DataServiceCollection`1.LoadAsync(System.Linq.IQueryable{`0})">
|
||||||
|
<summary>Asynchronously loads the collection by executing a <see cref="T:System.Data.Services.Client.DataServiceQuery`1"/>.Supported only by the WCF Data Services 5.0 client for Silverlight.</summary>
|
||||||
|
<param name="query">The <see cref="T:System.Data.Services.Client.DataServiceQuery`1"/> that, when executed, returns the entities to load into the collection.</param>
|
||||||
|
<exception cref="T:System.ArgumentException">When query is null or not a <see cref="T:System.Data.Services.Client.DataServiceQuery`1"/>.</exception>
|
||||||
|
<exception cref="T:System.InvalidOperationException">When a previous call to <see cref="M:System.Data.Services.Client.DataServiceCollection`1.LoadAsync"/> is not yet complete.</exception>
|
||||||
|
<remarks>This method uses the event-based async pattern.
|
||||||
|
The method returns immediately without waiting for the query to complete. Then it calls the handler of the
|
||||||
|
<see cref="E:System.Data.Services.Client.DataServiceCollection`1.LoadCompleted"/> event exactly once on the UI thread. The event will be raised regradless
|
||||||
|
if the query succeeded or not.
|
||||||
|
This class only support one asynchronous operation in flight.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.DataServiceCollection`1.LoadAsync(System.Uri)">
|
||||||
|
<summary>Loads the collection asynchronously by loading the results from the request Uri.</summary>
|
||||||
|
<param name="requestUri">The request uri to download results from.</param>
|
||||||
|
<remarks>This method uses the event-based async pattern.
|
||||||
|
The method returns immediately without waiting for the query to complete. Then it calls the handler of the
|
||||||
|
<see cref="E:System.Data.Services.Client.DataServiceCollection`1.LoadCompleted"/> event exactly once on the UI thread. The event will be raised regradless
|
||||||
|
if the query succeeded or not.
|
||||||
|
This class only support one asynchronous operation in flight.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.DataServiceCollection`1.LoadAsync">
|
||||||
|
<summary>Asynchronously loads items into the collection, when it represents the navigation property of an entity.Supported only by the WCF Data Services 5.0 client for Silverlight.</summary>
|
||||||
|
<exception cref="T:System.InvalidOperationException">When the collection does not belong to a parent entity.-or-When the parent entity is not tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext"/>.-or-When a previous call to <see cref="M:System.Data.Services.Client.DataServiceCollection`1.LoadAsync"/> is not yet complete.</exception>
|
||||||
|
<remarks>This method loads the content of a property represented by this DataServiceCollection.
|
||||||
|
If this instance is not associated with any property and entity the method will fail.
|
||||||
|
This method uses the event-based async pattern.
|
||||||
|
The method returns immediately without waiting for the query to complete. Then it calls the handler of the
|
||||||
|
<see cref="E:System.Data.Services.Client.DataServiceCollection`1.LoadCompleted"/> event exactly once on the UI thread. The event will be raised regradless
|
||||||
|
if the query succeeded or not.
|
||||||
|
This class only support one asynchronous operation in flight.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.DataServiceCollection`1.LoadNextPartialSetAsync">
|
||||||
|
<summary>Loads the next page of data into the collection.Supported only by the WCF Data Services 5.0 client for Silverlight.</summary>
|
||||||
|
<returns>A <see cref="T:System.Boolean"/> value that is true when the <see cref="T:System.Data.Services.Client.DataServiceCollection`1"/> has a continuation token; otherwise false.</returns>
|
||||||
|
<remarks>This method is the same as <see cref="M:System.Data.Services.Client.DataServiceCollection`1.LoadAsync(System.Linq.IQueryable{`0})"/> except that it runs the query as defined
|
||||||
|
by the continuation token of this collection.
|
||||||
|
The method returns immediately without waiting for the query to complete. Then it calls the handler of the
|
||||||
|
<see cref="E:System.Data.Services.Client.DataServiceCollection`1.LoadCompleted"/> event exactly once on the UI thread. The event will be raised regradless
|
||||||
|
if the query succeeded or not. Even if the method returns false, the event will be raised (immeditaly)
|
||||||
|
This class only support one asynchronous operation in flight.
|
||||||
|
If this collection doesn't have a continuation token (this.Continuation == null) then this method
|
||||||
|
returns false and does not issue any request.
|
||||||
|
If there is a continuation token the method will return true and will start a request to load
|
||||||
|
the next partial set based on that continuation token.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.DataServiceCollection`1.CancelAsyncLoad">
|
||||||
|
<summary>Cancels any running LoadAsync operations and calls the LoadCompleted event handler after cancellation.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Data.Services.Client.DataServiceCollection`1.Load(`0)">
|
<member name="M:System.Data.Services.Client.DataServiceCollection`1.Load(`0)">
|
||||||
<summary>Loads a single entity object into the collection.Not supported by the WCF Data Services 5.0 client for Silverlight.</summary>
|
<summary>Loads a single entity object into the collection.Not supported by the WCF Data Services 5.0 client for Silverlight.</summary>
|
||||||
<param name="item">Entity object to be added.</param>
|
<param name="item">Entity object to be added.</param>
|
||||||
@@ -15214,6 +15326,36 @@
|
|||||||
<param name="entityChanged">delegate that needs to be called when an entity changes.</param>
|
<param name="entityChanged">delegate that needs to be called when an entity changes.</param>
|
||||||
<param name="collectionChanged">delegate that needs to be called when an entity collection is changed.</param>
|
<param name="collectionChanged">delegate that needs to be called when an entity collection is changed.</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.DataServiceCollection`1.BeginLoadAsyncOperation(System.Func{System.AsyncCallback,System.IAsyncResult},System.Func{System.IAsyncResult,System.Data.Services.Client.QueryOperationResponse})">
|
||||||
|
<summary>Helper method to start a LoadAsync operation.</summary>
|
||||||
|
<param name="beginCall">Function which calls the Begin method for the load. It should take <see cref="T:System.AsyncCallback"/>
|
||||||
|
parameter which should be used as the callback for the Begin call. It should return <see cref="T:System.IAsyncResult"/>
|
||||||
|
of the started asynchronous operation (or throw).</param>
|
||||||
|
<param name="endCall">Function which calls the End method for the load. It should take <see cref="T:System.IAsyncResult"/>
|
||||||
|
which represents the asynchronous operation in flight. It should return <see cref="T:System.Data.Services.Client.QueryOperationResponse"/>
|
||||||
|
with the result of the operation (or throw).</param>
|
||||||
|
<remarks>The method takes care of error handling as well as maintaining the <see cref="F:System.Data.Services.Client.DataServiceCollection`1.ongoingAsyncOperation"/>.
|
||||||
|
Note that it does not check the <see cref="F:System.Data.Services.Client.DataServiceCollection`1.ongoingAsyncOperation"/> to disallow multiple operations in flight.
|
||||||
|
The method makes sure that the <paramref name="endCall"/> will be called from the UI thread. It makes no assumptions
|
||||||
|
about the calling thread of this method.
|
||||||
|
The method does not process the results of the <paramref name="endCall"/>, it just raises the <see cref="E:System.Data.Services.Client.DataServiceCollection`1.LoadCompleted"/>
|
||||||
|
event as appropriate. If there's some processing to be done for the results it should all be done by the
|
||||||
|
<paramref name="endCall"/> method before it returns.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.DataServiceCollection`1.EndLoadAsyncOperation(System.Func{System.IAsyncResult,System.Data.Services.Client.QueryOperationResponse},System.IAsyncResult)">
|
||||||
|
<summary>
|
||||||
|
Calls the end method for the LoadAsync operation and fires the LoadCompleted event.
|
||||||
|
</summary>
|
||||||
|
<param name="endCall">End method to complete the asynchronous query execution.</param>
|
||||||
|
<param name="asyncResult">IAsyncResult to be passed to <paramref name="endCall"/>.</param>
|
||||||
|
</member>
|
||||||
|
<member name="E:System.Data.Services.Client.DataServiceCollection`1.LoadCompleted">
|
||||||
|
<summary>A completion event for the <see cref="M:System.Data.Services.Client.DataServiceCollection`1.LoadAsync(System.Linq.IQueryable{`0})"/>, <see cref="M:System.Data.Services.Client.DataServiceCollection`1.LoadAsync"/>
|
||||||
|
and <see cref="M:System.Data.Services.Client.DataServiceCollection`1.LoadNextPartialSetAsync"/> method.</summary>
|
||||||
|
<remarks>This event is raised exactly once for each call to the <see cref="M:System.Data.Services.Client.DataServiceCollection`1.LoadAsync(System.Linq.IQueryable{`0})"/>,
|
||||||
|
<see cref="M:System.Data.Services.Client.DataServiceCollection`1.LoadAsync"/> or <see cref="M:System.Data.Services.Client.DataServiceCollection`1.LoadNextPartialSetAsync"/> method. It is called both when the operation
|
||||||
|
succeeded and/or when it failed.</remarks>
|
||||||
|
</member>
|
||||||
<member name="P:System.Data.Services.Client.DataServiceCollection`1.Continuation">
|
<member name="P:System.Data.Services.Client.DataServiceCollection`1.Continuation">
|
||||||
<summary>Gets a continuation object that is used to return the next set of paged results.</summary>
|
<summary>Gets a continuation object that is used to return the next set of paged results.</summary>
|
||||||
<returns>A <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation`1" /> object that contains the URI to return the next set of paged results.</returns>
|
<returns>A <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation`1" /> object that contains the URI to return the next set of paged results.</returns>
|
||||||
@@ -15227,6 +15369,36 @@
|
|||||||
Whether this collection is actively tracking
|
Whether this collection is actively tracking
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="T:System.Data.Services.Client.LoadCompletedEventArgs">
|
||||||
|
<summary>Used as the <see cref="T:System.EventArgs" /> class for the <see cref="E:System.Data.Services.Client.DataServiceCollection`1.LoadCompleted" /> event.Supported only by the WCF Data Services 5.0 client for Silverlight.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:System.Data.Services.Client.LoadCompletedEventArgs.queryOperationResponse">
|
||||||
|
<summary>The <see cref="P:System.Data.Services.Client.LoadCompletedEventArgs.QueryOperationResponse"/> which represents
|
||||||
|
the response for the Load operation.</summary>
|
||||||
|
<remarks>This field is non-null only when the Load operation was successfull.
|
||||||
|
Otherwise it's null.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.LoadCompletedEventArgs.#ctor(System.Data.Services.Client.QueryOperationResponse,System.Exception)">
|
||||||
|
<summary>Constructor</summary>
|
||||||
|
<param name="queryOperationResponse">The response for the Load operation. null when the operation didn't succeed.</param>
|
||||||
|
<param name="error"><see cref="T:System.Exception"/> which represents the error if the Load operation failed. null if the operation
|
||||||
|
didn't fail.</param>
|
||||||
|
<remarks>This constructor doesn't allow creation of canceled event args.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Data.Services.Client.LoadCompletedEventArgs.#ctor(System.Data.Services.Client.QueryOperationResponse,System.Exception,System.Boolean)">
|
||||||
|
<summary>Constructor</summary>
|
||||||
|
<param name="queryOperationResponse">The response for the Load operation. null when the operation didn't succeed.</param>
|
||||||
|
<param name="error"><see cref="T:System.Exception"/> which represents the error if the Load operation failed. null if the operation
|
||||||
|
didn't fail.</param>
|
||||||
|
<param name="cancelled">True, if the LoadAsync operation was cancelled, False otherwise.</param>
|
||||||
|
<remarks>This constructor doesn't allow creation of canceled event args.</remarks>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Data.Services.Client.LoadCompletedEventArgs.QueryOperationResponse">
|
||||||
|
<summary>Gets the response to an asynchronous load operation.Supported only by the WCF Data Services 5.0 client for Silverlight.</summary>
|
||||||
|
<returns>A <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> that represents the response to a load operation.</returns>
|
||||||
|
<remarks>Accessing this property will throw exception if the Load operation failed
|
||||||
|
or it was canceled.</remarks>
|
||||||
|
</member>
|
||||||
<member name="T:System.Data.Services.Common.EntitySetAttribute">
|
<member name="T:System.Data.Services.Common.EntitySetAttribute">
|
||||||
<summary>Indicates the entity set to which a client data service class belongs.</summary>
|
<summary>Indicates the entity set to which a client data service class belongs.</summary>
|
||||||
<remarks>
|
<remarks>
|
||||||
@@ -22052,6 +22224,21 @@
|
|||||||
A string like "An item could not be added to the collection. When items in a DataServiceCollection are tracked by the DataServiceContext, new items cannot be added before items have been loaded into the collection."
|
A string like "An item could not be added to the collection. When items in a DataServiceCollection are tracked by the DataServiceContext, new items cannot be added before items have been loaded into the collection."
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:System.Data.Services.Client.Strings.DataServiceCollection_MultipleLoadAsyncOperationsAtTheSameTime">
|
||||||
|
<summary>
|
||||||
|
A string like "A previous LoadAsync operation has not yet completed. You cannot call the LoadAsync method on the DataServiceCollection again until the previous operation has completed."
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Data.Services.Client.Strings.DataServiceCollection_LoadAsyncNoParamsWithoutParentEntity">
|
||||||
|
<summary>
|
||||||
|
A string like "The LoadAsync method cannot be called when the DataServiceCollection is not a child collection of a related entity."
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Data.Services.Client.Strings.DataServiceCollection_LoadAsyncRequiresDataServiceQuery">
|
||||||
|
<summary>
|
||||||
|
A string like "Only a typed DataServiceQuery object can be supplied when calling the LoadAsync method on DataServiceCollection."
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:System.Data.Services.Client.Strings.DataBinding_BindingOperation_DetachedSource">
|
<member name="P:System.Data.Services.Client.Strings.DataBinding_BindingOperation_DetachedSource">
|
||||||
<summary>
|
<summary>
|
||||||
A string like "Add/Update/Delete operation cannot be performed on a child entity, if the parent entity is already detached."
|
A string like "Add/Update/Delete operation cannot be performed on a child entity, if the parent entity is already detached."
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
@@ -2713,6 +2713,17 @@
|
|||||||
<param name="operand1">The first operand.</param>
|
<param name="operand1">The first operand.</param>
|
||||||
<param name="operand2">The second operand.</param>
|
<param name="operand2">The second operand.</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:System.Spatial.GeographyOperationsExtensions.Length(System.Spatial.Geography)">
|
||||||
|
<summary>Determines the Length of the geography LineString.</summary>
|
||||||
|
<returns>The operation result.</returns>
|
||||||
|
<param name="operand">The LineString operand.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Spatial.GeographyOperationsExtensions.Intersects(System.Spatial.Geography,System.Spatial.Geography)">
|
||||||
|
<summary>Determines if geography point and polygon will intersect.</summary>
|
||||||
|
<returns>The operation result.</returns>
|
||||||
|
<param name="operand1">The first operand.</param>
|
||||||
|
<param name="operand2">The second operand.</param>
|
||||||
|
</member>
|
||||||
<member name="M:System.Spatial.GeographyOperationsExtensions.OperationsFor(System.Spatial.Geography[])">
|
<member name="M:System.Spatial.GeographyOperationsExtensions.OperationsFor(System.Spatial.Geography[])">
|
||||||
<summary>
|
<summary>
|
||||||
Finds the ops instance registered for the operands.
|
Finds the ops instance registered for the operands.
|
||||||
@@ -2731,6 +2742,17 @@
|
|||||||
<param name="operand1">The first operand.</param>
|
<param name="operand1">The first operand.</param>
|
||||||
<param name="operand2">The second operand.</param>
|
<param name="operand2">The second operand.</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:System.Spatial.GeometryOperationsExtensions.Length(System.Spatial.Geometry)">
|
||||||
|
<summary>Determines the Length of the geometry LineString.</summary>
|
||||||
|
<returns>The operation result.</returns>
|
||||||
|
<param name="operand">The LineString operand.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Spatial.GeometryOperationsExtensions.Intersects(System.Spatial.Geometry,System.Spatial.Geometry)">
|
||||||
|
<summary>Determines if geometry point and polygon will intersect.</summary>
|
||||||
|
<returns>The operation result.</returns>
|
||||||
|
<param name="operand1">The first operand, point.</param>
|
||||||
|
<param name="operand2">The second operand, polygon.</param>
|
||||||
|
</member>
|
||||||
<member name="M:System.Spatial.GeometryOperationsExtensions.OperationsFor(System.Spatial.Geometry[])">
|
<member name="M:System.Spatial.GeometryOperationsExtensions.OperationsFor(System.Spatial.Geometry[])">
|
||||||
<summary>
|
<summary>
|
||||||
Finds the ops instance registered for the operands.
|
Finds the ops instance registered for the operands.
|
||||||
@@ -2851,6 +2873,28 @@
|
|||||||
<param name="operand1">The Operand 1.</param>
|
<param name="operand1">The Operand 1.</param>
|
||||||
<param name="operand2">The Operand 2.</param>
|
<param name="operand2">The Operand 2.</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:System.Spatial.SpatialOperations.Length(System.Spatial.Geometry)">
|
||||||
|
<summary>Indicates the Geometry LineString's length.</summary>
|
||||||
|
<returns>The operation result.</returns>
|
||||||
|
<param name="operand">The Operand.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Spatial.SpatialOperations.Length(System.Spatial.Geography)">
|
||||||
|
<summary>Indicates a Geography LineString's length.</summary>
|
||||||
|
<returns>The operation result.</returns>
|
||||||
|
<param name="operand">The Operand.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Spatial.SpatialOperations.Intersects(System.Spatial.Geometry,System.Spatial.Geometry)">
|
||||||
|
<summary>Indicates the Geometry Intersects() method.</summary>
|
||||||
|
<returns>The operation result.</returns>
|
||||||
|
<param name="operand1">The Operand 1, point.</param>
|
||||||
|
<param name="operand2">The Operand 2, polygon.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Spatial.SpatialOperations.Intersects(System.Spatial.Geography,System.Spatial.Geography)">
|
||||||
|
<summary>Indicates a Geography Intersects() method.</summary>
|
||||||
|
<returns>The operation result.</returns>
|
||||||
|
<param name="operand1">The Operand 1, point.</param>
|
||||||
|
<param name="operand2">The Operand 2, polygon.</param>
|
||||||
|
</member>
|
||||||
<member name="T:System.Spatial.OrcasExtensions">
|
<member name="T:System.Spatial.OrcasExtensions">
|
||||||
<summary>
|
<summary>
|
||||||
This class holds extension methods for objects that have new capabilities
|
This class holds extension methods for objects that have new capabilities
|
||||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user