Dev2.Runtime.ServiceInvoker.ServiceInvoker C# (CSharp) Method

ServiceInvoker() public method

Initializes a new instance of the ServiceInvoker class where the assembly and namespace names are Dev2.Runtime.Services. ServiceInvoker(string, string)
public ServiceInvoker ( ) : System
return System
        public ServiceInvoker()
            : this("Dev2.Runtime.Services", "Dev2.Runtime.ServiceModel")
        {
        }

Same methods

ServiceInvoker::ServiceInvoker ( string assemblyName, string namespaceName ) : System