Example #1
0
        /// <remarks/>
        public System.IAsyncResult BegindoDeviceIndicationReport(DeviceIndicationReport DeviceIndicationReport, System.AsyncCallback callback, object asyncState)
        {
            doDeviceIndicationReportRequest inValue = new doDeviceIndicationReportRequest();

            inValue.DeviceIndicationReport = DeviceIndicationReport;
            return(((SNSR_STDSOAPPort)(this)).BegindoDeviceIndicationReport(inValue, callback, asyncState));
        }
Example #2
0
        /// <remarks/>
        public DeviceStatusReport doDeviceIndicationReport(DeviceIndicationReport DeviceIndicationReport)
        {
            doDeviceIndicationReportRequest inValue = new doDeviceIndicationReportRequest();

            inValue.DeviceIndicationReport = DeviceIndicationReport;
            doCommandMessageResponse retVal = ((SNSR_STDSOAPPort)(this)).doDeviceIndicationReport(inValue);

            return(retVal.DeviceStatusReport);
        }
Example #3
0
 System.IAsyncResult SNSR_STDSOAPPort.BegindoDeviceIndicationReport(doDeviceIndicationReportRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BegindoDeviceIndicationReport(request, callback, asyncState));
 }
Example #4
0
 doCommandMessageResponse SNSR_STDSOAPPort.doDeviceIndicationReport(doDeviceIndicationReportRequest request)
 {
     return(base.Channel.doDeviceIndicationReport(request));
 }