In your class you must implement the ISASTaskSubmitSink interface, which has just one method to implement: SubmitComplete. That will provide you with the SAS log and an indication of success.
The VB.NET function signature looks like this:
Sub SubmitComplete( _
ByVal Cookie As Integer, _
ByVal Success As Boolean, _
ByVal Log As String _
)
Chris