예제 #1
0
 public System.IAsyncResult BeginGetLoggedInUserName(SpellToScore.DatabaseWebServiceReference.GetLoggedInUserNameRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("GetLoggedInUserName", _args, callback, asyncState);
     return(_result);
 }
예제 #2
0
 private System.IAsyncResult BeginGetLoggedInUserName(System.AsyncCallback callback, object asyncState)
 {
     SpellToScore.DatabaseWebServiceReference.GetLoggedInUserNameRequest inValue = new SpellToScore.DatabaseWebServiceReference.GetLoggedInUserNameRequest();
     inValue.Body = new SpellToScore.DatabaseWebServiceReference.GetLoggedInUserNameRequestBody();
     return(((SpellToScore.DatabaseWebServiceReference.DatabaseWebServiceSoap)(this)).BeginGetLoggedInUserName(inValue, callback, asyncState));
 }
예제 #3
0
 System.IAsyncResult SpellToScore.DatabaseWebServiceReference.DatabaseWebServiceSoap.BeginGetLoggedInUserName(SpellToScore.DatabaseWebServiceReference.GetLoggedInUserNameRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginGetLoggedInUserName(request, callback, asyncState));
 }