IsSafeToExit Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Indicates whether exiting the application would be safe or it will result in terminating of some promocode operations.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function IsSafeToExit As Boolean
'Usage
Dim instance As PromoCodeDefinitionManager
Dim returnValue As Boolean
returnValue = instance.IsSafeToExit()
public bool IsSafeToExit()
public:
bool IsSafeToExit()
public function IsSafeToExit() : boolean
Return Value
Type: System..::.Boolean
true if the application can be safely closed; otherwise false.
Remarks
Returns a value indicating whether the application can be safely exited or not.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PromoCodeDefinitionManager Class