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

set_persist_key() private méthode

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