コード例 #1
0
ファイル: FbServicesTests.cs プロジェクト: dant02/NETProvider
        public async Task SetPropertiesTest()
        {
            var configurationSvc = new FbConfiguration();

            configurationSvc.ConnectionString = BuildServicesConnectionString(ServerType, Compression, WireCrypt, true);
            await configurationSvc.SetSweepIntervalAsync(1000);

            await configurationSvc.SetReserveSpaceAsync(true);

            await configurationSvc.SetForcedWritesAsync(true);
        }