SqlSessionStateProviderAsync
SqlSessionStateProviderAsync()
CreateNewStoreData(HttpContextBase, Int32)
CreateUninitializedItemAsync(HttpContextBase, String, Int32, CancellationToken)
Dispose()
EndRequestAsync(HttpContextBase)
GetItemAsync(HttpContextBase, String, CancellationToken)
GetItemExclusiveAsync(HttpContextBase, String, CancellationToken)
Initialize(String, NameValueCollection)
InitializeRequest(HttpContextBase)
ReleaseItemExclusiveAsync(HttpContextBase, String, Object, CancellationToken)
RemoveItemAsync(HttpContextBase, String, Object, SessionStateStoreData, CancellationToken)
ResetItemTimeoutAsync(HttpContextBase, String, CancellationToken)
SetAndReleaseItemExclusiveAsync(HttpContextBase, String, SessionStateStoreData, Object, Boolean, CancellationToken)
SetItemExpireCallback(SessionStateItemExpireCallback)
net481
namespace Microsoft.AspNet.SessionState
{
public class SqlSessionStateProviderAsync : SessionStateStoreProviderAsyncBase
{
[AsyncStateMachine(typeof(<SetAndReleaseItemExclusiveAsync>d__50))]
public override Task SetAndReleaseItemExclusiveAsync(HttpContextBase context, string id, SessionStateStoreData item, object lockId, bool newItem, CancellationToken cancellationToken);
}
}
.NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
---|---|
Information specific to net481 | |
Assembly | Microsoft.AspNet.SessionState.SqlSessionStateProviderAsync , Version=2.0.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNet.SessionState.SqlSessionStateProviderAsync (2.0.0) net462 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API