iControl.LocalLBProfileSIPSession.Endget_persist_key C# (CSharp) Method

Endget_persist_key() public method

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