AsyncCodeActivityContext Class

.NET Framework (current version)
 

The execution context for an asynchronous activity.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities::ActivityContext
    System.Activities::CodeActivityContext
      System.Activities::AsyncCodeActivityContext

public ref class AsyncCodeActivityContext sealed : CodeActivityContext

NameDescription
System_CAPS_pubpropertyActivityInstanceId

Gets the unique identifier of the currently executing activity instance.(Inherited from ActivityContext.)

System_CAPS_pubpropertyDataContext

Gets the data context of the currently executing activity.(Inherited from ActivityContext.)

System_CAPS_pubpropertyIsCancellationRequested

Gets a value that indicates whether the currently executing AsyncCodeActivity is to be canceled.

System_CAPS_pubpropertyUserState

Gets or sets a user-defined object associated with the current asynchronous activity.

System_CAPS_pubpropertyWorkflowInstanceId

Gets the unique indentifier of the currently executing workflow instance.(Inherited from ActivityContext.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetExtension<T>()

Returns an extension of the specified type.(Inherited from ActivityContext.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetLocation<T>(LocationReference^)

Returns the typed location for the specified referenced location for the current activity context.(Inherited from ActivityContext.)

System_CAPS_pubmethodGetProperty<THandle>()

Gets the execution property of the specified type.(Inherited from CodeActivityContext.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetValue(Argument^)

Gets the value of the specified Argument.(Inherited from ActivityContext.)

System_CAPS_pubmethodGetValue(RuntimeArgument^)

Gets the value of the specified RuntimeArgument.(Inherited from ActivityContext.)

System_CAPS_pubmethodGetValue<T>(InArgument<T>^)

Gets the value of the specified InArgument<T>.(Inherited from ActivityContext.)

System_CAPS_pubmethodGetValue<T>(InOutArgument<T>^)

Gets the value of the specified InOutArgument<T>.(Inherited from ActivityContext.)

System_CAPS_pubmethodGetValue<T>(LocationReference^)

Gets the value at the specified LocationReference.(Inherited from ActivityContext.)

System_CAPS_pubmethodGetValue<T>(OutArgument<T>^)

Gets the value of the specified OutArgument<T>.(Inherited from ActivityContext.)

System_CAPS_pubmethodMarkCanceled()

Marks the current activity instance as canceled.

System_CAPS_pubmethodSetValue(Argument^, Object^)

Assigns a value to the specified Argument.(Inherited from ActivityContext.)

System_CAPS_pubmethodSetValue<T>(InArgument<T>^, T)

Assigns a value to the specified InArgument<T>.(Inherited from ActivityContext.)

System_CAPS_pubmethodSetValue<T>(InOutArgument<T>^, T)

Assigns a value to the specified InOutArgument<T>.(Inherited from ActivityContext.)

System_CAPS_pubmethodSetValue<T>(LocationReference^, T)

Assigns a value to the specified LocationReference.(Inherited from ActivityContext.)

System_CAPS_pubmethodSetValue<T>(OutArgument<T>^, T)

Assigns a value to the specified OutArgument<T>.(Inherited from ActivityContext.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodTrack(CustomTrackingRecord^)

Sends the specified custom tracking record to any registered tracking providers.(Inherited from CodeActivityContext.)

This is a sealed class and is derived from CodeActivityContext.

.NET Framework
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: