BTXEvents.ProcessSetInteceptorConfigRequest Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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())
Parámetros
- client
- IDebugCallbackInstance
- callbackId
- Int32
- config
- Byte[]
- scopeframes
- ScopeFrame[]