CallSiteOps.SetNotMatched(CallSite) Method

Definition

Caution

do not use this method

Checks if a dynamic site requires an update.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static bool SetNotMatched(System::Runtime::CompilerServices::CallSite ^ site);
[System.Obsolete("do not use this method", true)]
public static bool SetNotMatched (System.Runtime.CompilerServices.CallSite site);
[<System.Obsolete("do not use this method", true)>]
static member SetNotMatched : System.Runtime.CompilerServices.CallSite -> bool
Public Shared Function SetNotMatched (site As CallSite) As Boolean

Parameters

site
CallSite

An instance of the dynamic call site.

Returns

true if the rule does not need updating; otherwise, false.

Attributes

Applies to