Function PushMethod( _ ByVal className As String, _ ByVal methodName As String _ ) As LogResponse
Dim instance As ILog Dim className As String Dim methodName As String Dim value As LogResponse value = instance.PushMethod(className, methodName)
LogResponse PushMethod( string className, string methodName )
LogResponse^ PushMethod( String^ className, String^ methodName )
Parameters
- className
- methodName