Table of Contents

Interface IStateStoreSetResponse

Namespace
Azure.Iot.Operations.Services.StateStore
Assembly
Azure.Iot.Operations.Services.dll
public interface IStateStoreSetResponse : IStateStoreResponse
Inherited Members

Properties

Success

True if the set request executed successfully. False otherwise.

bool Success { get; }

Property Value

bool