SPDiagnosticsProvider.WriteDataRowToServer method
Initiates the writing of specified data to the Usage database.
Overload list
Name | Description | |
---|---|---|
WriteDataRowToServer(DateTime, String, []) | Writes supplied data to Usage database. | |
WriteDataRowToServer(String, IList<SPColumnDefinition>, DateTime, String, []) | Writes a row of data into a table in the logging store. The table should have been created with CreateTable(String, IList<SPColumnDefinition>)CreateTable(String, IList<SPColumnDefinition>). |
Top