RoleRuntimeBridge.InitializeRole Method (Int32)
Namespace: Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Syntax
public bool InitializeRole(
int millisecondsTimeout
)
public:
bool InitializeRole(
int millisecondsTimeout
)
member InitializeRole :
millisecondsTimeout:int -> bool
Public Function InitializeRole (
millisecondsTimeout As Integer
) As Boolean
Parameters
- millisecondsTimeout
Type: System.Int32
Return Value
Type: System.Boolean
See Also
RoleRuntimeBridge Class
Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader Namespace
Return to top