コード例 #1
0
 public SmugglerApi(SmugglerOptions options = null)
     : base(options ?? new SmugglerOptions())
 {
     Operations = new RemoteSmugglerOperations(() => store, () => operation, () => IsDocsStreamingSupported, () => IsTransformersSupported);
 }
コード例 #2
0
ファイル: SmugglerApi.cs プロジェクト: cocytus/ravendb
		public SmugglerApi(SmugglerOptions options = null)
			: base(options ?? new SmugglerOptions())
		{
			Operations = new RemoteSmugglerOperations(() => store, () => operation, () => IsDocsStreamingSupported, () => IsTransformersSupported);
		}