iControl.LocalLBProfileSIPSession.set_persist_key C# (CSharp) Method

set_persist_key() private method

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