コード例 #1
0
 private void HandleChannelNodeUpdate(Entity channel, List <StructureEntity> structureEntities, ConnectorEvent entityUpdatedConnectorEvent)
 {
     PublishEntities(channel, entityUpdatedConnectorEvent, structureEntities);
     _epiApi.ImportUpdateCompleted(_pimFieldAdapter.GetDisplayName(channel, 100), ImportUpdateCompletedEventType.EntityUpdated, true);
 }
コード例 #2
0
        private async Task HandleChannelNodeUpdateAsync(Entity channel, List <StructureEntity> structureEntities, ConnectorEvent entityUpdatedConnectorEvent)
        {
            await PublishEntitiesAsync(channel, entityUpdatedConnectorEvent, structureEntities);

            await _epiApi.ImportUpdateCompletedAsync(_pimFieldAdapter.GetDisplayName(channel, 100), ImportUpdateCompletedEventType.EntityUpdated, true);
        }