iControl.ManagementSFlowGlobals.Beginset_system_description C# (CSharp) 메소드

Beginset_system_description() 공개 메소드

public Beginset_system_description ( string description, System callback, object asyncState ) : System.IAsyncResult
description string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginset_system_description(string description, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_system_description", new object[] {
            description}, callback, asyncState);
        }
ManagementSFlowGlobals