iControl.ManagementApplicationService.Beginset_description C# (CSharp) Method

Beginset_description() public method

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