RPCBase.ServiceAttribute.ServiceAttribute C# (CSharp) Method

ServiceAttribute() public method

public ServiceAttribute ( ServiceScope scope ) : System
scope ServiceScope
return System
        public ServiceAttribute(ServiceScope scope)
        {
            ServiceScope = scope;
        }
    }
ServiceAttribute