iControl.LocalLBProfileSIP.get_dialog_establishment_timeout C# (CSharp) Метод

get_dialog_establishment_timeout() приватный Метод

private get_dialog_establishment_timeout ( string profile_names ) : LocalLBProfileULong[]
profile_names string
Результат LocalLBProfileULong[]
        public LocalLBProfileULong[] get_dialog_establishment_timeout(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_dialog_establishment_timeout", new object [] {
                profile_names});
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileSIP