iControl.ManagementSFlowGlobals.Beginset_interface_description C# (CSharp) Method

Beginset_interface_description() public method

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