iControl.SystemSystemInfo.Beginget_time_zone C# (CSharp) Method

Beginget_time_zone() public method

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