iControl.LocalLBProfileSIPRouter.set_maximum_pending_bytes C# (CSharp) Method

set_maximum_pending_bytes() private method

private set_maximum_pending_bytes ( string profile_names, LocalLBProfileULong values ) : void
profile_names string
values LocalLBProfileULong
return void
        public void set_maximum_pending_bytes(
		string [] profile_names,
		LocalLBProfileULong [] values
	)
        {
            this.Invoke("set_maximum_pending_bytes", new object [] {
                profile_names,
                values});
        }
LocalLBProfileSIPRouter