iControl.ManagementRADIUSConfiguration.Endget_retry C# (CSharp) Method

Endget_retry() public method

public Endget_retry ( System asyncResult ) : long[]
asyncResult System
return long[]
        public long[] Endget_retry(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }