iControl.ManagementDevice.Beginset_comment C# (CSharp) Method

Beginset_comment() public method

public Beginset_comment ( string devices, string comments, System callback, object asyncState ) : System.IAsyncResult
devices string
comments string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_comment(string [] devices,string [] comments, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_comment", new object[] {
            devices,
            comments}, callback, asyncState);
        }
ManagementDevice