BTXSecuredDebugProxy.ProcessGetMessage(Int32, String, ScopeFrame[]) 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:
virtual void ProcessGetMessage(int callbackCookie, System::String ^ messagename, cli::array <Microsoft::XLANGs::RuntimeTypes::ScopeFrame ^> ^ scopeframes);
public void ProcessGetMessage (int callbackCookie, string messagename, Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] scopeframes);
abstract member ProcessGetMessage : int * string * Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] -> unit
override this.ProcessGetMessage : int * string * Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] -> unit
Public Sub ProcessGetMessage (callbackCookie As Integer, messagename As String, scopeframes As ScopeFrame())
Parameters
- callbackCookie
- Int32
- messagename
- String
- scopeframes
- ScopeFrame[]