HostedApplicationAdapter.AdapterFireRequestAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by inherited classes to request an action through UII to other applications.
public:
void AdapterFireRequestAction(Microsoft::Uii::Csr::RequestActionEventArgs ^ args);
public void AdapterFireRequestAction (Microsoft.Uii.Csr.RequestActionEventArgs args);
member this.AdapterFireRequestAction : Microsoft.Uii.Csr.RequestActionEventArgs -> unit
Public Sub AdapterFireRequestAction (args As RequestActionEventArgs)
Parameters
Specifies the action event arguments.