iControl.LocalLBProfileSPDY.Beginset_receive_window C# (CSharp) 메소드

Beginset_receive_window() 공개 메소드

public Beginset_receive_window ( string profile_names, LocalLBProfileULong windows, System callback, object asyncState ) : System.IAsyncResult
profile_names string
windows LocalLBProfileULong
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginset_receive_window(string [] profile_names,LocalLBProfileULong [] windows, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_receive_window", new object[] {
            profile_names,
            windows}, callback, asyncState);
        }
LocalLBProfileSPDY