iControl.LocalLBProfileSIPRouter.set_maximum_pending_bytes C# (CSharp) Méthode

set_maximum_pending_bytes() private méthode

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