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 | |
---|---|---|
![]() |
RoleRuntimeBridge() |
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
RoleType |
Métodos
Nome | Descrição | |
---|---|---|
![]() |
CreateObjRef(Type) | (herdado de MarshalByRefObject.) |
![]() |
Equals(Object) | (herdado de Object.) |
![]() |
GetHashCode() | (herdado de Object.) |
![]() |
GetLifetimeService() | (herdado de MarshalByRefObject.) |
![]() |
GetType() | (herdado de Object.) |
![]() |
Initialize(String[]) | |
![]() |
InitializeLifetimeService() | (Substitui MarshalByRefObject.InitializeLifetimeService().) |
![]() |
InitializeRole(Int32) | |
![]() |
StartRole(Int32) | |
![]() |
StopRole(Int32) | |
![]() |
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