iControl.LocalLBProfileSIPSession.set_persist_type C# (CSharp) Метод

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

private set_persist_type ( string profile_names, LocalLBProfileSIPSessionProfilePersistType values ) : void
profile_names string
values LocalLBProfileSIPSessionProfilePersistType
Результат void
        public void set_persist_type(
		string [] profile_names,
		LocalLBProfileSIPSessionProfilePersistType [] values
	)
        {
            this.Invoke("set_persist_type", new object [] {
                profile_names,
                values});
        }
LocalLBProfileSIPSession