RecordingTracingInterceptor.Exit(String, Object) 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 Exit (string invocationId, object result);
abstract member Exit : string * obj -> unit
override this.Exit : string * obj -> unit
Public Sub Exit (invocationId As String, result As Object)
Parameters
- invocationId
- String
- result
- Object
Implements
Hyak.Common.ICloudTracingInterceptor.Exit(System.String,System.Object)