iControl.ManagementApplicationTemplate.Endget_action_presentation_help C# (CSharp) Method

Endget_action_presentation_help() public method

public Endget_action_presentation_help ( System asyncResult ) : string[][]
asyncResult System
return string[][]
        public string[][] Endget_action_presentation_help(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [])(results[0]));
        }
ManagementApplicationTemplate