Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Public Overridable Sub StartLog ( _
pDispMSCSLogSink As Object, _
bstrGivenName As String, _
lFlags As Integer _
)
'Usage
Dim instance As SimpleListClass
Dim pDispMSCSLogSink As Object
Dim bstrGivenName As String
Dim lFlags As Integer
instance.StartLog(pDispMSCSLogSink, bstrGivenName, _
lFlags)
public virtual void StartLog(
Object pDispMSCSLogSink,
string bstrGivenName,
int lFlags
)
public:
virtual void StartLog(
[InAttribute] Object^ pDispMSCSLogSink,
[InAttribute] String^ bstrGivenName,
[InAttribute] int lFlags
)
public function StartLog(
pDispMSCSLogSink : Object,
bstrGivenName : String,
lFlags : int
)
Parameters
- pDispMSCSLogSink
Type: System..::.Object
- bstrGivenName
Type: System..::.String
- lFlags
Type: System..::.Int32
Permissions
- 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.