RoleRuntimeBridge Class

 

Namespace:   Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Inheritance Hierarchy

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

Syntax

[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[WindowsAzureHostingPermissionAttribute(SecurityAction.LinkDemand, 
    Unrestricted = true)]
public sealed class RoleRuntimeBridge : MarshalByRefObject
[PermissionSetAttribute(SecurityAction::Demand, Name = "FullTrust")]
[WindowsAzureHostingPermissionAttribute(SecurityAction::LinkDemand, 
    Unrestricted = true)]
public ref class RoleRuntimeBridge sealed : MarshalByRefObject
[<Sealed>]
[<PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")>]
[<WindowsAzureHostingPermissionAttribute(SecurityAction.LinkDemand,
    Unrestricted = true)>]
type RoleRuntimeBridge = 
    class
        inherit MarshalByRefObject
    end
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")>
<WindowsAzureHostingPermissionAttribute(SecurityAction.LinkDemand,
    Unrestricted := True)>
Public NotInheritable Class RoleRuntimeBridge
    Inherits MarshalByRefObject

Constructors

Name Description
System_CAPS_pubmethod RoleRuntimeBridge()

Properties

Name Description
System_CAPS_pubproperty RoleType

Methods

Name Description
System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Initialize(String[])

System_CAPS_pubmethod InitializeLifetimeService()

(Overrides MarshalByRefObject.InitializeLifetimeService().)

System_CAPS_pubmethod InitializeRole(Int32)

System_CAPS_pubmethod StartRole(Int32)

System_CAPS_pubmethod StopRole(Int32)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader Namespace

Return to top