InstancePersistenceContext
InstanceHandle
InstanceVersion
InstanceView
LockToken
UserContext
AssociatedInstanceKey(Guid)
BeginBindReclaimedLock(Int64, TimeSpan, AsyncCallback, Object)
BeginExecute(InstancePersistenceCommand, TimeSpan, AsyncCallback, Object)
BindAcquiredLock(Int64)
BindEvent(InstancePersistenceEvent)
BindInstance(Guid)
BindInstanceOwner(Guid, Guid)
BindReclaimedLock(Int64, TimeSpan)
CompletedInstance()
CompletedInstanceKey(Guid)
CreateBindReclaimedLockException(Int64)
EndBindReclaimedLock(IAsyncResult)
EndExecute(IAsyncResult)
Execute(InstancePersistenceCommand, TimeSpan)
LoadedInstance(InstanceState, IDictionary<XName, InstanceValue>, IDictionary<XName, InstanceValue>, IDictionary<Guid, IDictionary<XName, InstanceValue>>, IDictionary<Guid, IDictionary<XName, InstanceValue>>)
PersistedInstance(IDictionary<XName, InstanceValue>)
QueriedInstanceStore(InstanceStoreQueryResult)
ReadInstanceKeyMetadata(Guid, IDictionary<XName, InstanceValue>, Boolean)
ReadInstanceMetadata(IDictionary<XName, InstanceValue>, Boolean)
ReadInstanceOwnerMetadata(IDictionary<XName, InstanceValue>, Boolean)
SetCancellationHandler(Action<InstancePersistenceContext>)
UnassociatedInstanceKey(Guid)
WroteInstanceKeyMetadataValue(Guid, XName, InstanceValue)
WroteInstanceMetadataValue(XName, InstanceValue)
WroteInstanceOwnerMetadataValue(XName, InstanceValue)
net46
namespace System.Runtime.DurableInstancing
{
public sealed class InstancePersistenceContext
{
public IAsyncResult BeginBindReclaimedLock(long instanceVersion, TimeSpan timeout, AsyncCallback callback, object state);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET Framework | 4.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net46 | |
Assembly | System.Runtime.DurableInstancing , Version=4.0.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API