Initializes a new instance of the ServiceCall class.
Initializes a new instance of the ServiceCall class.
[Visual Basic] Protected Sub New()
[C#] protected ServiceCall();
[C++] protected: ServiceCall();
[JScript] protected function ServiceCall();
[Visual Basic] Public Sub New(ByVal Service,ByVal MethodInfo)
[C#] public ServiceCall(Service,MethodInfo);
[C++] public: ServiceCall(Service*,MethodInfo*);
[JScript] public function ServiceCall(Service,MethodInfo);