Exemplo n.º 1
0
 public bool UpdateSong(ref LINQMusicBathClient.SongServiceRef.Song song, ref string message)
 {
     LINQMusicBathClient.SongServiceRef.UpdateSongRequest inValue = new LINQMusicBathClient.SongServiceRef.UpdateSongRequest();
     inValue.song    = song;
     inValue.message = message;
     LINQMusicBathClient.SongServiceRef.UpdateSongResponse retVal = ((LINQMusicBathClient.SongServiceRef.ISongService)(this)).UpdateSong(inValue);
     song    = retVal.song;
     message = retVal.message;
     return(retVal.UpdateSongResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <LINQMusicBathClient.SongServiceRef.UpdateSongResponse> UpdateSongAsync(LINQMusicBathClient.SongServiceRef.UpdateSongRequest request)
 {
     return(base.Channel.UpdateSongAsync(request));
 }
Exemplo n.º 3
0
 LINQMusicBathClient.SongServiceRef.UpdateSongResponse LINQMusicBathClient.SongServiceRef.ISongService.UpdateSong(LINQMusicBathClient.SongServiceRef.UpdateSongRequest request)
 {
     return(base.Channel.UpdateSong(request));
 }