iControl.LocalLBProfileServerSSL.Endget_renegotiation_throughput C# (CSharp) Method

Endget_renegotiation_throughput() public method

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