Namespaces

Types in Fake

Type MailboxMessage

Namespace Fake

Interfaces IEquatable<MailboxMessage>, IStructuralEquatable

Methods

Properties

Public instance methods

bool Equals(MailboxMessage obj)

bool get_IsDie()

bool get_IsMessage()

bool get_IsProcessAll()

Public static methods

MailboxMessage get_Die()

MailboxMessage NewMessage(TraceData item)

MailboxMessage NewProcessAll(FSharpAsyncReplyChannel<Unit> item)

Public properties

MailboxMessage Die get;

bool IsDie get;

bool IsMessage get;

bool IsProcessAll get;

int Tag get;