RoleRuntimeBridge Class

Namespace: Microsoft.ServiceHosting.ServiceRuntime.Implementation.Loader
Assembly: Microsoft.ServiceHosting.ServiceRuntime (in microsoft.servicehosting.serviceruntime.dll)

Usage

    Dim instance As RoleRuntimeBridge

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name:="FullTrust")> _
Public Class RoleRuntimeBridge
    Inherits MarshalByRefObject
[PermissionSetAttribute(SecurityAction.Demand, Name="FullTrust")] 
public class RoleRuntimeBridge : MarshalByRefObject
[PermissionSetAttribute(SecurityAction::Demand, Name=L"FullTrust")] 
public ref class RoleRuntimeBridge : public MarshalByRefObject
/** @attribute PermissionSetAttribute(SecurityAction.Demand, Name="FullTrust") */ 
public class RoleRuntimeBridge extends MarshalByRefObject
public class RoleRuntimeBridge extends MarshalByRefObject

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
    Microsoft.ServiceHosting.ServiceRuntime.Implementation.Loader.RoleRuntimeBridge

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 XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

RoleRuntimeBridge Members
Microsoft.ServiceHosting.ServiceRuntime.Implementation.Loader Namespace