MarshalByRefLogger Constructor
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
logger As ITFLogger _
)
public MarshalByRefLogger(
ITFLogger logger
)
public:
MarshalByRefLogger(
ITFLogger^ logger
)
new :
logger:ITFLogger -> MarshalByRefLogger
public function MarshalByRefLogger(
logger : ITFLogger
)
Parameters
- logger
Type: Microsoft.TeamFoundation.Common.ITFLogger
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.