iControl.LocalLBProfileSIPSession.set_persist_type C# (CSharp) Méthode

set_persist_type() private méthode

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