iControl.GlobalLBDataCenter.Beginget_location_information C# (CSharp) Method

Beginget_location_information() public method

public Beginget_location_information ( string data_centers, System callback, object asyncState ) : System.IAsyncResult
data_centers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_location_information(string [] data_centers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_location_information", new object[] {
            data_centers}, callback, asyncState);
        }
GlobalLBDataCenter