/// <remarks/> public void getLocalCertCheckAsync(getLocalCertCheck getLocalCertCheck1, object userState) { if ((this.getLocalCertCheckOperationCompleted == null)) { this.getLocalCertCheckOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetLocalCertCheckOperationCompleted); } this.InvokeAsync("getLocalCertCheck", new object[] { getLocalCertCheck1}, this.getLocalCertCheckOperationCompleted, userState); }
/// <remarks/> public void getLocalCertCheckAsync(getLocalCertCheck getLocalCertCheck1) { this.getLocalCertCheckAsync(getLocalCertCheck1, null); }