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