'Declaration Overloads Sub Enqueue(Of TArgument)( _ ByVal content As Object, _ ByVal actionContent As Object, _ ByVal actionHandler As Action(Of TArgument), _ ByVal actionArgument As TArgument, _ ByVal promote As Boolean _ )
'Usage Dim instance As ISnackbarMessageQueue Dim content As Object Dim actionContent As Object Dim actionHandler As Action(Of TArgument) Dim actionArgument As TArgument Dim promote As Boolean instance.Enqueue(Of TArgument)(content, actionContent, actionHandler, actionArgument, promote)
void Enqueue<TArgument>( object content, object actionContent, Action<TArgument> actionHandler, TArgument actionArgument, bool promote )
Parameters
- content
- actionContent
- actionHandler
- actionArgument
- promote
Type Parameters
- TArgument