/// <remarks/> public void SaveServiceLoggingAsync(LogInfo LogInfo, object userState) { if ((this.SaveServiceLoggingOperationCompleted == null)) { this.SaveServiceLoggingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSaveServiceLoggingOperationCompleted); } this.InvokeAsync("SaveServiceLogging", new object[] { LogInfo}, this.SaveServiceLoggingOperationCompleted, userState); }
/// <remarks/> public void SaveServiceLoggingAsync(LogInfo LogInfo) { this.SaveServiceLoggingAsync(LogInfo, null); }