iControl.ManagementApplicationService.Beginget_template C# (CSharp) Method

Beginget_template() public method

public Beginget_template ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_template(string [] apps, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_template", new object[] {
            apps}, callback, asyncState);
        }
ManagementApplicationService