iControl.LocalLBProfileSIPSession.get_persist_key C# (CSharp) 메소드

get_persist_key() 개인적인 메소드

private get_persist_key ( string profile_names ) : iControl.LocalLBProfileSIPSessionProfilePersistKey[]
profile_names string
리턴 iControl.LocalLBProfileSIPSessionProfilePersistKey[]
        public LocalLBProfileSIPSessionProfilePersistKey[] get_persist_key(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_persist_key", new object [] {
                profile_names});
            return ((LocalLBProfileSIPSessionProfilePersistKey [])(results[0]));
        }
LocalLBProfileSIPSession