Click or drag to resize

SendOneTimeCodeDelegate Delegate

Interface for the custom extension

Namespace:  Omada.OE.Solution.OIM.AppLogic.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public delegate void SendOneTimeCodeDelegate(
	SendOneTimeCodeArgs args
)

Parameters

args
Type: Omada.OE.Solution.OIM.AppLogic.ModelSendOneTimeCodeArgs
See Also