Show / Hide Table of Contents

Delegate BruteForceFinishedEventHandler

Represents the method that is called when the end user finishes the BruteForce hack.

Namespace: LemonUI.Scaleform
Assembly: LemonUI.SHVDN3.dll
Syntax
public delegate void BruteForceFinishedEventHandler(object sender, BruteForceFinishedEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

BruteForceFinishedEventArgs e

An BruteForceFinishedEventArgs with the hack status.

Constructors

View Source

BruteForceFinishedEventHandler(object, nint)

Declaration
public BruteForceFinishedEventHandler(object @object, nint method)
Parameters
Type Name Description
object object
nint method

Methods

View Source

BeginInvoke(object, BruteForceFinishedEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, BruteForceFinishedEventArgs e, AsyncCallback callback, object @object)
Parameters
Type Name Description
object sender
BruteForceFinishedEventArgs e
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult
View Source

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result
View Source

Invoke(object, BruteForceFinishedEventArgs)

Declaration
public virtual void Invoke(object sender, BruteForceFinishedEventArgs e)
Parameters
Type Name Description
object sender
BruteForceFinishedEventArgs e
  • View Source
In this article
Back to top Generated by DocFX