IWebServiceInvoker.InvokeAction(SoapRequest, IServiceProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes an action based on a SOAP request.
public System.Threading.Tasks.Task<Microsoft.Media.Drm.Soap.SoapMethodResult> InvokeAction (Microsoft.Media.Drm.Soap.SoapRequest request, IServiceProvider serviceProvider);
abstract member InvokeAction : Microsoft.Media.Drm.Soap.SoapRequest * IServiceProvider -> System.Threading.Tasks.Task<Microsoft.Media.Drm.Soap.SoapMethodResult>
Public Function InvokeAction (request As SoapRequest, serviceProvider As IServiceProvider) As Task(Of SoapMethodResult)
Parameters
- request
- SoapRequest
The request on which to invoke the action.
- serviceProvider
- IServiceProvider
The service provider to invoke.
Returns
The result of invoking the action.