CallSiteOps.SetNotMatched(CallSite) Metod

Definition

Varning

do not use this method

Kontrollerar om en dynamisk webbplats kräver en uppdatering.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

site
CallSite

En instans av den dynamiska anropswebbplatsen.

Returer

trueom regeln inte behöver uppdateras; annars . false

Attribut

Gäller för