iControl.ManagementApplicationTemplate.Beginget_action_implementation C# (CSharp) Method

Beginget_action_implementation() public method

public Beginget_action_implementation ( string templates, string actions, System callback, object asyncState ) : System.IAsyncResult
templates string
actions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_action_implementation(string [] templates,string [] [] actions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_action_implementation", new object[] {
            templates,
            actions}, callback, asyncState);
        }
ManagementApplicationTemplate