iControl.NetworkingSTPGlobals.Beginset_mode C# (CSharp) 메소드

Beginset_mode() 공개 메소드

public Beginset_mode ( NetworkingSTPModeType value, System callback, object asyncState ) : System.IAsyncResult
value NetworkingSTPModeType
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginset_mode(NetworkingSTPModeType value, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_mode", new object[] {
            value}, callback, asyncState);
        }