Esempio n. 1
0
 private object[] OnEndPlayVideo(System.IAsyncResult result)
 {
     IndoorWorx.Infrastructure.Responses.PlayVideoResponse retVal = ((IndoorWorx.Library.ApplicationUserServiceReference.IApplicationUserService)(this)).EndPlayVideo(result);
     return(new object[] {
         retVal
     });
 }
Esempio n. 2
0
 public IndoorWorx.Infrastructure.Responses.PlayVideoResponse EndPlayVideo(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     IndoorWorx.Infrastructure.Responses.PlayVideoResponse _result = ((IndoorWorx.Infrastructure.Responses.PlayVideoResponse)(base.EndInvoke("PlayVideo", _args, result)));
     return(_result);
 }