iControl.LocalLBProfileSIP.set_dialog_establishment_timeout C# (CSharp) Method

set_dialog_establishment_timeout() private method

private set_dialog_establishment_timeout ( string profile_names, LocalLBProfileULong timeouts ) : void
profile_names string
timeouts LocalLBProfileULong
return void
        public void set_dialog_establishment_timeout(
		string [] profile_names,
		LocalLBProfileULong [] timeouts
	)
        {
            this.Invoke("set_dialog_establishment_timeout", new object [] {
                profile_names,
                timeouts});
        }
LocalLBProfileSIP