HostedWebApplication.FireRequestAction(RequestActionEventArgs) 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.
Sends a request to perform some action to another application. If the RequestActionEventArgs has a target of *, then all apps get the action.
public:
override void FireRequestAction(Microsoft::Uii::Csr::RequestActionEventArgs ^ args);
public override void FireRequestAction (Microsoft.Uii.Csr.RequestActionEventArgs args);
override this.FireRequestAction : Microsoft.Uii.Csr.RequestActionEventArgs -> unit
Public Overrides Sub FireRequestAction (args As RequestActionEventArgs)
Parameters
Arguments