Namespace: P4s3CrashReview
Assembly: P4s3CrashReview (in P4s3CrashReview.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
private Object HandleIncomingCommand(
	int id,
	Object obj
)
Visual Basic
Private Function HandleIncomingCommand ( 
	id As Integer,
	obj As Object
) As Object
Visual C++
private:
Object^ HandleIncomingCommand(
	int id, 
	Object^ obj
)

Parameters

id
Type: System..::..Int32
obj
Type: System..::..Object

Return Value

Type: Object

See Also