IPlugin.Execute Method
banner art

Called by the plug-in engine to execute the plug-in code.

Syntax

[Visual Basic .NET]
Sub Execute(
  ByVal context As IPluginExecutionContext
)
[C#]
void Execute(
  IPluginExecutionContext  context
);

Parameters

context

The contextual information for the plug-in. See IPluginExecutionContext interface.

Return Value

No return value.

Remarks

For more information see System.Workflow.ComponentModel.Activity.Execute method.

Requirements

Namespace: Microsoft.Crm.Sdk

Assembly: Microsoft.Crm.Sdk.dll

See Also

Reference


© 2009 Microsoft Corporation. All rights reserved.


Page view tracker