Example #1
0
 /// <remarks/>
 public void GetLogEntryAsync(GetLogEntryRequest req) {
     this.GetLogEntryAsync(req, null);
 }
Example #2
0
 /// <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);
 }
Example #3
0
 public GetLogEntryResponse GetLogEntry(GetLogEntryRequest req) {
     object[] results = this.Invoke("GetLogEntry", new object[] {
                 req});
     return ((GetLogEntryResponse)(results[0]));
 }