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 | |
---|---|---|
RoleRuntimeBridge() |
Properties
Name | Description | |
---|---|---|
RoleType |
Methods
Name | Description | |
---|---|---|
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetLifetimeService() | (Inherited from MarshalByRefObject.) |
|
GetType() | (Inherited from Object.) |
|
Initialize(String[]) | ||
InitializeLifetimeService() | (Overrides MarshalByRefObject.InitializeLifetimeService().) |
|
InitializeRole(Int32) | ||
StartRole(Int32) | ||
StopRole(Int32) | ||
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