iControl.SecurityFirewallAddressList.Endget_geo C# (CSharp) 메소드

Endget_geo() 공개 메소드

public Endget_geo ( System asyncResult ) : iControl.CommonGeoLocation[][]
asyncResult System
리턴 iControl.CommonGeoLocation[][]
        public CommonGeoLocation[][] Endget_geo(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonGeoLocation [] [])(results[0]));
        }
SecurityFirewallAddressList