コード例 #1
0
        public IAcisSMEOperationResponse DeletePublisher(string Subscription, string PublisherCode, string approver, string approverLink, IAcisSMEEndpoint endpoint, IAcisSMEOperationProgressUpdater updater, OperationExecutionContext context)
        {
            SmeRdfeHelper helper = new SmeRdfeHelper(endpoint, updater, this, context);

            return(helper.DeletePublisher(Subscription, PublisherCode));
        }
コード例 #2
0
        public IAcisSMEOperationResponse ListServiceSettings(IAcisSMEEndpoint endpoint, IAcisSMEOperationProgressUpdater updater, OperationExecutionContext context)
        {
            SmeRdfeHelper helper = new SmeRdfeHelper(endpoint, updater, this, context);

            return(helper.ListServiceSettings());
        }
コード例 #3
0
        public IAcisSMEOperationResponse DeleteServiceSetting(string name, string approver, string approverLink, IAcisSMEEndpoint endpoint, IAcisSMEOperationProgressUpdater updater, OperationExecutionContext context)
        {
            SmeRdfeHelper helper = new SmeRdfeHelper(endpoint, updater, this, context);

            return(helper.DeleteServiceSetting(name));
        }
コード例 #4
0
        public IAcisSMEOperationResponse UnregisterCacheAccount(string accountname, string approver, string approverLink, IAcisSMEEndpoint endpoint, IAcisSMEOperationProgressUpdater updater, OperationExecutionContext context)
        {
            SmeRdfeHelper helper = new SmeRdfeHelper(endpoint, updater, this, context);

            return(helper.UnregisterCacheAccount(accountname));
        }
コード例 #5
0
        public IAcisSMEOperationResponse RegisterCacheAccount(string cacheAccountName, string cacheAccountCurrentKeyIndex, string location, string cacheAccountStampName, string cacheAccountIsStampActive, string cacheAccountTypeOfCache, string approver, string approverLink, IAcisSMEEndpoint endpoint, IAcisSMEOperationProgressUpdater updater, OperationExecutionContext context)
        {
            SmeRdfeHelper helper = new SmeRdfeHelper(endpoint, updater, this, context);

            return(helper.RegisterCacheAccount(cacheAccountName, cacheAccountCurrentKeyIndex, location, cacheAccountStampName, cacheAccountIsStampActive, cacheAccountTypeOfCache));
        }
コード例 #6
0
        public IAcisSMEOperationResponse RotateCacheAccountKey(string cacheAccountName, string approver, string approverLink, IAcisSMEEndpoint endpoint, IAcisSMEOperationProgressUpdater updater, OperationExecutionContext context)
        {
            SmeRdfeHelper helper = new SmeRdfeHelper(endpoint, updater, this, context);

            return(helper.RotateCacheAccountKey(cacheAccountName));
        }