Invoke Method

Dal.Audit

LoggingProxy<(Of <(<'T>)>)>..::..Invoke Method

When overridden in a derived class, invokes the method that is specified in the provided IMessage on the remote object that is represented by the current instance.

Namespace:  Dal.Audit
Assembly:  Dal.Audit (in Dal.Audit.dll)

Syntax


public IMessage Invoke(
	IMessage msg
)

Parameters

msg
Type: IMessage
A IMessage that contains a IDictionary of information about the method call.

Return Value

The message returned by the invoked method, containing the return value and any out or ref parameters.