iControl.ManagementSFlowGlobals.Beginget_interface_description C# (CSharp) Méthode

Beginget_interface_description() public méthode

public Beginget_interface_description ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_interface_description(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_interface_description", new object[0], callback, asyncState);
        }
ManagementSFlowGlobals