RoleRuntimeBridge.StartRole Method (Int32)
Namespace: Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Syntax
public bool StartRole(
int millisecondsTimeout
)
public:
bool StartRole(
int millisecondsTimeout
)
member StartRole :
millisecondsTimeout:int -> bool
Public Function StartRole (
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