SdkAssignsMessageId Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The different configurations available for setting a value of MessageId on an IoT hub message.
public enum SdkAssignsMessageId
type SdkAssignsMessageId =
Public Enum SdkAssignsMessageId
- Inheritance
-
SdkAssignsMessageId
Fields
Name | Value | Description |
---|---|---|
Never | 0 | MessageId is set only by the user. |
WhenUnset | 1 | If MessageId is not set by the user, the client library will set it to a random GUID before sending the message. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET