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