iControl.LocalLBProfileServerSSL.Endget_renegotiation_period C# (CSharp) Метод

Endget_renegotiation_period() публичный Метод

public Endget_renegotiation_period ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
Результат iControl.LocalLBProfileULong[]
        public LocalLBProfileULong[] Endget_renegotiation_period(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileServerSSL