BTXEvents.ProcessSetInteceptorConfigRequest Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
void ProcessSetInteceptorConfigRequest(Microsoft::XLANGs::RuntimeTypes::IDebugCallbackInstance ^ client, int callbackId, cli::array <System::Byte> ^ config, cli::array <Microsoft::XLANGs::RuntimeTypes::ScopeFrame ^> ^ scopeframes);
public void ProcessSetInteceptorConfigRequest (Microsoft.XLANGs.RuntimeTypes.IDebugCallbackInstance client, int callbackId, byte[] config, Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] scopeframes);
member this.ProcessSetInteceptorConfigRequest : Microsoft.XLANGs.RuntimeTypes.IDebugCallbackInstance * int * byte[] * Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] -> unit
Public Sub ProcessSetInteceptorConfigRequest (client As IDebugCallbackInstance, callbackId As Integer, config As Byte(), scopeframes As ScopeFrame())
Paramètres
- client
- IDebugCallbackInstance
- callbackId
- Int32
- config
- Byte[]
- scopeframes
- ScopeFrame[]