HostedApplicationAdapter.AdapterFireAction(String, String, String) 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.
Caution
This method has been deprecated, use AdapterFireRequestAction instead!
Used by inherited classes to request an action through UII to other applications.
public:
void AdapterFireAction(System::String ^ applicationName, System::String ^ actionName, System::String ^ data);
[System.Obsolete("This method has been deprecated, use AdapterFireRequestAction instead!")]
public void AdapterFireAction (string applicationName, string actionName, string data);
[<System.Obsolete("This method has been deprecated, use AdapterFireRequestAction instead!")>]
member this.AdapterFireAction : string * string * string -> unit
Public Sub AdapterFireAction (applicationName As String, actionName As String, data As String)
Parameters
- applicationName
- String
Specifies the target application.
- actionName
- String
Specifies the name of the action.
- data
- String
Contains the data.
- Attributes