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: 7.2.0.0 (7.2.7583.15464)
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