C# 클래스 Dev2.DynamicServices.FileSystemInstanceStore

상속: System.Runtime.DurableInstancing.InstanceStore
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
FileSystemInstanceStore ( ) : System

보호된 메소드들

메소드 설명
BeginTryCommand ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Runtime.DurableInstancing.InstancePersistenceCommand command, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
EndTryCommand ( IAsyncResult ar ) : bool
TryCommand ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Runtime.DurableInstancing.InstancePersistenceCommand command, System.TimeSpan timeout ) : bool

비공개 메소드들

메소드 설명
ProcessCreateWorkflowOwner ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.CreateWorkflowOwnerCommand command ) : Exception
ProcessLoadWorkflow ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.LoadWorkflowCommand command ) : Exception
ProcessLoadWorkflowByInstanceKey ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.LoadWorkflowByInstanceKeyCommand command ) : Exception
ProcessSaveWorkflow ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Activities.DurableInstancing.SaveWorkflowCommand command ) : Exception
SharedLoadWorkflow ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Guid instanceId ) : void

메소드 상세

BeginTryCommand() 보호된 메소드

protected BeginTryCommand ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Runtime.DurableInstancing.InstancePersistenceCommand command, System.TimeSpan timeout, AsyncCallback callback, object state ) : IAsyncResult
context System.Runtime.DurableInstancing.InstancePersistenceContext
command System.Runtime.DurableInstancing.InstancePersistenceCommand
timeout System.TimeSpan
callback AsyncCallback
state object
리턴 IAsyncResult

EndTryCommand() 보호된 메소드

protected EndTryCommand ( IAsyncResult ar ) : bool
ar IAsyncResult
리턴 bool

FileSystemInstanceStore() 공개 메소드

public FileSystemInstanceStore ( ) : System
리턴 System

TryCommand() 보호된 메소드

protected TryCommand ( System.Runtime.DurableInstancing.InstancePersistenceContext context, System.Runtime.DurableInstancing.InstancePersistenceCommand command, System.TimeSpan timeout ) : bool
context System.Runtime.DurableInstancing.InstancePersistenceContext
command System.Runtime.DurableInstancing.InstancePersistenceCommand
timeout System.TimeSpan
리턴 bool