Ozeki VoIP SDK Class library
ExitMethod Method (className, methodName)
NamespacesOzeki.Common.LoggerLoggerExitMethod(String, String)
Debug level logging, needs to present at the end of a method
Declaration Syntax
C#Visual BasicVisual C++
public static void ExitMethod(
	string className,
	string methodName
)
Public Shared Sub ExitMethod ( 
	className As String,
	methodName As String
)
public:
static void ExitMethod(
	String^ className, 
	String^ methodName
)
Parameters
className (String)
The name of the class
methodName (String)
The name of the method

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.3.502