An NDoc Documented Class Library

ServiceCall Constructor

Initializes a new instance of the ServiceCall class.

Overload List

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);

See Also

ServiceCall Class | Repository.Services Namespace