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

Endget_persist_key() public méthode

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