Compartilhar via


Classe RoleRuntimeBridge

 

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

Hierarquia de herança

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

Sintaxe

[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

Construtores

Nome Descrição
System_CAPS_pubmethod RoleRuntimeBridge()

Propriedades

Nome Descrição
System_CAPS_pubproperty RoleType

Métodos

Nome Descrição
System_CAPS_pubmethod CreateObjRef(Type)

(herdado de MarshalByRefObject.)

System_CAPS_pubmethod Equals(Object)

(herdado de Object.)

System_CAPS_pubmethod GetHashCode()

(herdado de Object.)

System_CAPS_pubmethod GetLifetimeService()

(herdado de MarshalByRefObject.)

System_CAPS_pubmethod GetType()

(herdado de Object.)

System_CAPS_pubmethod Initialize(String[])

System_CAPS_pubmethod InitializeLifetimeService()

(Substitui MarshalByRefObject.InitializeLifetimeService().)

System_CAPS_pubmethod InitializeRole(Int32)

System_CAPS_pubmethod StartRole(Int32)

System_CAPS_pubmethod StopRole(Int32)

System_CAPS_pubmethod ToString()

(herdado de Object.)

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader

Retornar ao topo