iControl.LocalLBProfileSPDY.set_receive_window C# (CSharp) Method

set_receive_window() private method

private set_receive_window ( string profile_names, LocalLBProfileULong windows ) : void
profile_names string
windows LocalLBProfileULong
return void
        public void set_receive_window(
		string [] profile_names,
		LocalLBProfileULong [] windows
	)
        {
            this.Invoke("set_receive_window", new object [] {
                profile_names,
                windows});
        }
LocalLBProfileSPDY