Exemplo n.º 1
0
 public System.IAsyncResult BeginSubmitStackTrace(PlasmaShared.ContentServiceReference.ProgramType programType, string playerName, string exception, string extraData, System.AsyncCallback callback, object asyncState)
 {
     PlasmaShared.ContentServiceReference.SubmitStackTraceRequest inValue = new PlasmaShared.ContentServiceReference.SubmitStackTraceRequest();
     inValue.Body             = new PlasmaShared.ContentServiceReference.SubmitStackTraceRequestBody();
     inValue.Body.programType = programType;
     inValue.Body.playerName  = playerName;
     inValue.Body.exception   = exception;
     inValue.Body.extraData   = extraData;
     return(((PlasmaShared.ContentServiceReference.ContentServiceSoap)(this)).BeginSubmitStackTrace(inValue, callback, asyncState));
 }
Exemplo n.º 2
0
 public void SubmitStackTrace(PlasmaShared.ContentServiceReference.ProgramType programType, string playerName, string exception, string extraData)
 {
     PlasmaShared.ContentServiceReference.SubmitStackTraceRequest inValue = new PlasmaShared.ContentServiceReference.SubmitStackTraceRequest();
     inValue.Body             = new PlasmaShared.ContentServiceReference.SubmitStackTraceRequestBody();
     inValue.Body.programType = programType;
     inValue.Body.playerName  = playerName;
     inValue.Body.exception   = exception;
     inValue.Body.extraData   = extraData;
     PlasmaShared.ContentServiceReference.SubmitStackTraceResponse retVal = ((PlasmaShared.ContentServiceReference.ContentServiceSoap)(this)).SubmitStackTrace(inValue);
 }
Exemplo n.º 3
0
 System.IAsyncResult PlasmaShared.ContentServiceReference.ContentServiceSoap.BeginSubmitStackTrace(PlasmaShared.ContentServiceReference.SubmitStackTraceRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginSubmitStackTrace(request, callback, asyncState));
 }
Exemplo n.º 4
0
 PlasmaShared.ContentServiceReference.SubmitStackTraceResponse PlasmaShared.ContentServiceReference.ContentServiceSoap.SubmitStackTrace(PlasmaShared.ContentServiceReference.SubmitStackTraceRequest request)
 {
     return(base.Channel.SubmitStackTrace(request));
 }