WebApplicationAdapter.DoAction Method
Called by UII whenever an action is about to be performed on the web application.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As WebApplicationAdapter
Dim action As WebAction
Dim data As String
Dim returnValue As Boolean
returnValue = instance.DoAction(action, data)
Syntax
'Declaration
Public Overridable Function DoAction ( _
action As WebAction, _
ByRef data As String _
) As Boolean
public virtual bool DoAction (
WebAction action,
ref string data
)
public:
virtual bool DoAction (
WebAction^ action,
String^% data
)
public boolean DoAction (
WebAction action,
/** @ref */ String data
)
Parameters
- action
Specifies the action that is performed on the web application.
- data
Specifies the data.
Return Value
Type: Boolean
true to accept the change; otherwise, false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
WebApplicationAdapter Class
WebApplicationAdapter Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.