iControl.NetworkingIPsecIkePeer.Endget_dpd_delay C# (CSharp) Method

Endget_dpd_delay() public method

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