Table of Contents

Delegate TestActor.Ignore

Namespace
Akka.TestKit
Assembly
Akka.TestKit.dll

A delegate that returns true if the message should be ignored.

public delegate bool TestActor.Ignore(object message)

Parameters

message object

The message.

Returns

bool

TBD

Extension Methods

Constructors

Ignore(object, nint)

public Ignore(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(object, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object message, AsyncCallback callback, object @object)

Parameters

message object
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(object)

public virtual bool Invoke(object message)

Parameters

message object

Returns

bool