MessagePostponeFeatureExtensions.SetMessagePostponeFeature Method
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.
Sets the IMessagePostponeFeature in the MessageContext.
public:
[System::Runtime::CompilerServices::Extension]
static void SetMessagePostponeFeature(System::Cloud::Messaging::MessageContext ^ context, System::Cloud::Messaging::IMessagePostponeFeature ^ messagePostponeFeature);
public static void SetMessagePostponeFeature(this System.Cloud.Messaging.MessageContext context, System.Cloud.Messaging.IMessagePostponeFeature messagePostponeFeature);
static member SetMessagePostponeFeature : System.Cloud.Messaging.MessageContext * System.Cloud.Messaging.IMessagePostponeFeature -> unit
<Extension()>
Public Sub SetMessagePostponeFeature (context As MessageContext, messagePostponeFeature As IMessagePostponeFeature)
Parameters
- context
- MessageContext
The message context.
- messagePostponeFeature
- IMessagePostponeFeature
The feature to postpone message processing.
Exceptions
Any argument is null
.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.