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

Beginset_forward_delay() 공개 메소드

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