iControl.ManagementDevice.Beginget_timezone C# (CSharp) Method

Beginget_timezone() public method

public Beginget_timezone ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_timezone(string [] devices, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_timezone", new object[] {
            devices}, callback, asyncState);
        }
ManagementDevice