Click here to Skip to main content
15,892,005 members
Articles / Programming Languages / C#

Implementation of Logging and Instrumentation Application Blocks in MOSS 2007

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
9 Feb 2008CPOL4 min read 74.8K   150   18  
The purpose of this article is to illustrate how we can effectively make use of the Application Blocks within SharePoint 2007 Development Tasks.
<?xml version="1.0" encoding="utf-8"?>
<doc>
	<assembly>
		<name>Microsoft.SharePoint.Search</name>
	</assembly>
	<members>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchService.Delete">
			<summary>Removes this object from the collection and the farm.</summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchService.Provision">
			<summary>Makes the necessary changes to the local server to use the object.</summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchService.Unprovision">
			<summary>Makes the necessary changes to the local server to cleanup after deleting the object.</summary>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchService.Microsoft.SharePoint.Administration.Backup.IBackupRestore.Name">
			<summary>Gets or sets the name that identifies a particular instance of the object.</summary>
			<returns>A string containing the object's name.</returns>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchService.TypeName">
			<summary>Gets the user-friendly name that describes the object type in the Administration user interface. </summary>
			<returns>A string containing the name. </returns>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.#ctor">
			<summary> </summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.Delete">
			<summary>Removes this object from the collection and the farm.</summary>
		</member>
		<member name="M:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.Update">
			<summary>Causes the service instance to save its state and propagate changes to all machines in the farm.</summary>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.DisplayName">
			<summary>Gets the user-friendly name that describes this instance in the Administration user interface.</summary>
			<returns>A string containing the name.</returns>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.Microsoft.SharePoint.Administration.Backup.IBackupRestore.Name">
			<summary>Gets or sets the name that identifies a particular instance of the object.</summary>
			<returns>A string containing the object's name.</returns>
		</member>
		<member name="P:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance.TypeName">
			<summary>Gets the user-friendly name that describes this service instance in the Administration user interface.</summary>
			<returns>A string containing the name of this service instance.</returns>
		</member>
	</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Wipro Technologies
India India
I am working in Wipro Technologies as a developer with expertises in Microsoft Office SharePoint products. My interests include working on ASP.NET, AJAX, Javascript Object Notation (JSON), XML web services, Algorithm Optimization, Design Patterns.

Comments and Discussions