Logger.FunctionExit 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.
Overloads
| FunctionExit(Int32, String) | |
| FunctionExit(Object, Int32, String) |
FunctionExit(Int32, String)
FunctionExit(Object, Int32, String)
public:
static void FunctionExit(System::Object ^ tracePoint, int id, System::String ^ function);
public static void FunctionExit (object tracePoint, int id, string function);
static member FunctionExit : obj * int * string -> unit
Public Shared Sub FunctionExit (tracePoint As Object, id As Integer, function As String)
Parameters
- tracePoint
- Object
- id
- Int32
- function
- String