iControl.ASMLoggingProfile.Beginset_description C# (CSharp) Method

Beginset_description() public method

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