iControl.LocalLBProfileServerSSL.Endget_renegotiation_period C# (CSharp) Méthode

Endget_renegotiation_period() public méthode

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