/// <remarks/> public void GetLogEntryAsync(GetLogEntryRequest req) { this.GetLogEntryAsync(req, null); }
/// <remarks/> public void GetLogEntryAsync(GetLogEntryRequest req, object userState) { if ((this.GetLogEntryOperationCompleted == null)) { this.GetLogEntryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetLogEntryOperationCompleted); } this.InvokeAsync("GetLogEntry", new object[] { req}, this.GetLogEntryOperationCompleted, userState); }
public GetLogEntryResponse GetLogEntry(GetLogEntryRequest req) { object[] results = this.Invoke("GetLogEntry", new object[] { req}); return ((GetLogEntryResponse)(results[0])); }