RPCBase.ServiceAttribute.ServiceAttribute C# (CSharp) Méthode

ServiceAttribute() public méthode

public ServiceAttribute ( ServiceScope scope ) : System
scope ServiceScope
Résultat System
        public ServiceAttribute(ServiceScope scope)
        {
            ServiceScope = scope;
        }
    }
ServiceAttribute