ActorProxy.ActorInterfaceType Property

Namespace: Microsoft.ServiceFabric.Actors
Assembly: Microsoft.ServiceFabric.Actors (in Microsoft.ServiceFabric.Actors.dll)

Usage

'Usage
Dim instance As ActorProxy
Dim value As Type

value = CType(instance, IActorProxy).ActorInterfaceType

Syntax

'Declaration
Private ReadOnly Property Microsoft.ServiceFabric.Actors.IActorProxy.ActorInterfaceType As Type Implements IActorProxy.ActorInterfaceType
Type IActorProxy.ActorInterfaceType { get; }
private:
virtual property Type^ Microsoft.ServiceFabric.Actors.IActorProxy.ActorInterfaceType {
    Type^ get () sealed = IActorProxy::ActorInterfaceType::get;
}

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ActorProxy Class ActorProxy Members
Microsoft.ServiceFabric.Actors Namespace