From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../html/T_BerkeleyDB_ReplicationViewDelegate.htm | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/csharp/html/T_BerkeleyDB_ReplicationViewDelegate.htm (limited to 'docs/csharp/html/T_BerkeleyDB_ReplicationViewDelegate.htm') diff --git a/docs/csharp/html/T_BerkeleyDB_ReplicationViewDelegate.htm b/docs/csharp/html/T_BerkeleyDB_ReplicationViewDelegate.htm new file mode 100644 index 00000000..232b372a --- /dev/null +++ b/docs/csharp/html/T_BerkeleyDB_ReplicationViewDelegate.htm @@ -0,0 +1,38 @@ +ReplicationViewDelegate Delegate
+ Application-specific function used by a replication view to determine + whether a database file is replicated to the local site. +

+ Namespace: +  BerkeleyDB
+ Assembly: +  libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.23.0

Syntax

C#
public delegate int ReplicationViewDelegate(
+	string name,
+	ref int result,
+	uint flags
+)
Visual Basic (Declaration)
Public Delegate Function ReplicationViewDelegate ( _
+	name As String, _
+	ByRef result As Integer, _
+	flags As UInteger _
+) As Integer
Visual C++
public delegate int ReplicationViewDelegate(
+	String^ name, 
+	int% result, 
+	unsigned int flags
+)

Parameters

name
Type: System..::.String
+ The name of the database file. +
result
Type: + System..::.Int32 + %
+ Indicates whether or not the database file should be replicated. + If non-zero, the database file is replicated; otherwise the database + file is not replicated. +
flags
Type: System..::.UInt32
+ Currently unused. +

See Also

\ No newline at end of file -- cgit v1.2.1