iControl.LocalLBProfileSIP.get_dialog_establishment_timeout C# (CSharp) Method

get_dialog_establishment_timeout() private method

private get_dialog_establishment_timeout ( string profile_names ) : LocalLBProfileULong[]
profile_names string
return 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