Click or drag to resize
RequestVaultProtocolEventHandler Delegate
Queries an implementation of the IFileProtocol interface for a specific vault.

Namespace: PDTec.IceNet.Core.Database
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public delegate void RequestVaultProtocolEventHandler(
	Object sender,
	RequestVaultProtocolEventArgs e
)

Parameters

sender
Type: SystemObject
The event sender
e
Type: PDTec.IceNet.Core.DatabaseRequestVaultProtocolEventArgs
The event arguments
See Also