iControl.LocalLBProfileServerSSL.Endget_renegotiation_period C# (CSharp) Method

Endget_renegotiation_period() public method

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