SoapServiceMethodInvoker Constructor
Initializes a new instance of the SoapServiceMethodInvoker class.
Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim service As SoapReceiver
Dim method As MethodInfo
Dim soapServiceMethodInvoker1 As New SoapServiceMethodInvoker(service, method)
Syntax
'Declaration
Public Sub New( _
ByVal service As SoapReceiver, _
ByVal method As MethodInfo _
)
public SoapServiceMethodInvoker(
SoapReceiver service,
MethodInfo method
);
public:
SoapServiceMethodInvoker(
SoapReceiver^ service,
MethodInfo^ method
);
public SoapServiceMethodInvoker(
SoapReceiver service,
MethodInfo method
);
public function SoapServiceMethodInvoker(
service : SoapReceiver,
method : MethodInfo
);
Parameters
- service
The service instance on which to call the method.
- method
The method to call.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | Either argument is null. |
Remarks
The method parameter must refer to a method that has zero or one parameter.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SoapServiceMethodInvoker Class
SoapServiceMethodInvoker Members
Microsoft.Web.Services3.Messaging Namespace