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

Endget_persist_key() 공개 메소드

public Endget_persist_key ( System asyncResult ) : iControl.LocalLBProfileSIPSessionProfilePersistKey[]
asyncResult System
리턴 iControl.LocalLBProfileSIPSessionProfilePersistKey[]
        public LocalLBProfileSIPSessionProfilePersistKey[] Endget_persist_key(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileSIPSessionProfilePersistKey [])(results[0]));
        }
LocalLBProfileSIPSession