Click or drag to resize
WorkflowExecutionContext Methods

The WorkflowExecutionContext type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeserialize
Deserialize a binary state to context that can be resumed
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVariableContainer
Returns variable container of an element
(Inherited from ActiveElementExecutionContext.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberPrepareActivator
Protected methodRegisterContextVariables (Inherited from FlowExecutionContext.)
Public methodRegisterType (Overrides FlowExecutionContextRegisterType(ISignatureTypeInfo, ExecutorSetupInformation).)
Public methodRegisterVariable (Overrides FlowExecutionContextRegisterVariable(ISignatureVariableInfo, ExecutorSetupInformation).)
Public methodRegisterVariablesAndTypes
Registers variables and types in the running context
(Inherited from ActiveElementExecutionContext.)
Public methodReset
Resets the current context
(Inherited from FlowExecutionContext.)
Public methodSerialize
Serialize the current state of the context to a binary format
(Inherited from FlowExecutionContext.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetReceivers (Defined by WorkflowExecutionContextExtensions.)
Top
See Also