Aracılığıyla paylaş


ActorTypeExtensions.IsActorInterface(Type) Method

Definition

Indicates whether the interface type is an actor interface.

public static bool IsActorInterface (this Type actorInterfaceType);
static member IsActorInterface : Type -> bool
<Extension()>
Public Function IsActorInterface (actorInterfaceType As Type) As Boolean

Parameters

actorInterfaceType
Type

The interface type of the actor.

Returns

true, if the actorInterfaceType is an interface only implements IActor or (IActor and IActorEventPublisher); otherwise, false.

Applies to