iControl.ClassificationSignatureVersion.Beginget_update_time C# (CSharp) Method

Beginget_update_time() public method

public Beginget_update_time ( string versions, System callback, object asyncState ) : System.IAsyncResult
versions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_update_time(string [] versions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_update_time", new object[] {
            versions}, callback, asyncState);
        }