0 out of 1 rated this helpful - Rate this topic

RoleEnvironment.IsEmulated Property

Indicates whether the role instance is running in the Windows Azure compute emulator.

Namespace: Microsoft.WindowsAzure.ServiceRuntime
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
'Usage
Dim value As Boolean

value = RoleEnvironment.IsEmulated

public static bool IsEmulated { get; }
/** @property */
public static boolean get_IsEmulated ()

public static function get IsEmulated () : boolean

Property Value

Type: System.Boolean

true, if the role instance is running in the compute emulator; otherwise, false.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ