iControl.NetworkingRouteDomainV2.Endget_identifier C# (CSharp) Method

Endget_identifier() public method

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