iControl.LocalLBProfileSPDY.Beginset_receive_window C# (CSharp) Method

Beginset_receive_window() public method

public Beginset_receive_window ( string profile_names, LocalLBProfileULong windows, System callback, object asyncState ) : System.IAsyncResult
profile_names string
windows LocalLBProfileULong
callback System
asyncState object
return 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