iControl.SecurityFirewallAddressList.Endget_geo C# (CSharp) Méthode

Endget_geo() public méthode

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