iControl.SystemGeoIP.Beginload C# (CSharp) Method

Beginload() public method

public Beginload ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginload(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("load", new object[0], callback, asyncState);
        }