NativeActivityUpdateContext.DisallowUpdate(String) Method

Definition

Disallows the updating of the NativeActivityUpdateContext.

public:
 void DisallowUpdate(System::String ^ reason);
public void DisallowUpdate (string reason);
member this.DisallowUpdate : string -> unit
Public Sub DisallowUpdate (reason As String)

Parameters

reason
String

The reason of disallowing the context.

Applies to