XmlInteractiveActivity.CreateOperationValidation Event

This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.

Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As XmlInteractiveActivity
Dim handler As EventHandler(Of OperationValidationEventArgs)

AddHandler instance.CreateOperationValidation, handler

Syntax

'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.None)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<DescriptionAttribute("An Event Handler for Validating the ResourceFactory WS-Transfer Create Operation. This event is triggered at the very beginning of the receive activity to perform the claims check. Should the parent activity wish to flag that operation validation failed, it should set the FaultMessage property to an appropriate Fault Exception.")> _
<CategoryAttribute("Event Handlers")> _
Public Event CreateOperationValidation As EventHandler(Of OperationValidationEventArgs)
[BrowsableAttribute(true)] 
[ValidationOptionAttribute(ValidationOption.None)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] 
[DescriptionAttribute("An Event Handler for Validating the ResourceFactory WS-Transfer Create Operation. This event is triggered at the very beginning of the receive activity to perform the claims check. Should the parent activity wish to flag that operation validation failed, it should set the FaultMessage property to an appropriate Fault Exception.")] 
[CategoryAttribute("Event Handlers")] 
public event EventHandler<OperationValidationEventArgs> CreateOperationValidation
[BrowsableAttribute(true)] 
[ValidationOptionAttribute(ValidationOption::None)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)] 
[DescriptionAttribute(L"An Event Handler for Validating the ResourceFactory WS-Transfer Create Operation. This event is triggered at the very beginning of the receive activity to perform the claims check. Should the parent activity wish to flag that operation validation failed, it should set the FaultMessage property to an appropriate Fault Exception.")] 
[CategoryAttribute(L"Event Handlers")] 
public:
event EventHandler<OperationValidationEventArgs^>^ CreateOperationValidation {
    void add (EventHandler<OperationValidationEventArgs^>^ value);
    void remove (EventHandler<OperationValidationEventArgs^>^ value);
}
/** @event */
public void add_CreateOperationValidation (EventHandler<OperationValidationEventArgs> value)

/** @event */
public void remove_CreateOperationValidation (EventHandler<OperationValidationEventArgs> value)

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

XmlInteractiveActivity Class
XmlInteractiveActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace