BTXEvents.ProcessSetInteceptorConfigRequest Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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())
Parametri
- client
- IDebugCallbackInstance
- callbackId
- Int32
- config
- Byte[]
- scopeframes
- ScopeFrame[]