RestApiAsyncCodeActivity<T>.CleanupVariables Method
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Protected Overridable Sub CleanupVariables ( _
context As AsyncCodeActivityContext _
)
protected virtual void CleanupVariables(
AsyncCodeActivityContext context
)
protected:
virtual void CleanupVariables(
AsyncCodeActivityContext^ context
)
abstract CleanupVariables :
context:AsyncCodeActivityContext -> unit
override CleanupVariables :
context:AsyncCodeActivityContext -> unit
protected function CleanupVariables(
context : AsyncCodeActivityContext
)
Parameters
- context
Type: System.Activities.AsyncCodeActivityContext
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RestApiAsyncCodeActivity<T> Class
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace