BTXEvents.ProcessGetMessageRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void ProcessGetMessageRequest(Microsoft::XLANGs::RuntimeTypes::IDebugCallbackInstance ^ client, int callbackId, System::String ^ messagename, cli::array <Microsoft::XLANGs::RuntimeTypes::ScopeFrame ^> ^ scopeframes);
public void ProcessGetMessageRequest (Microsoft.XLANGs.RuntimeTypes.IDebugCallbackInstance client, int callbackId, string messagename, Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] scopeframes);
member this.ProcessGetMessageRequest : Microsoft.XLANGs.RuntimeTypes.IDebugCallbackInstance * int * string * Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] -> unit
Public Sub ProcessGetMessageRequest (client As IDebugCallbackInstance, callbackId As Integer, messagename As String, scopeframes As ScopeFrame())
Parameters
- client
- IDebugCallbackInstance
- callbackId
- Int32
- messagename
- String
- scopeframes
- ScopeFrame[]