RefreshServiceInstanceObject Method
See Also 
SourceCode.SmartObjects.Management Namespace > SmartObjectManagementServer Class : RefreshServiceInstanceObject Method



serviceInstanceGuid
serviceObjectXml

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function RefreshServiceInstanceObject( _
   ByVal serviceInstanceGuid As Guid, _
   ByVal serviceObjectXml As String _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As SmartObjectManagementServer
Dim serviceInstanceGuid As Guid
Dim serviceObjectXml As String
Dim value As Boolean
 
value = instance.RefreshServiceInstanceObject(serviceInstanceGuid, serviceObjectXml)
C#  
public bool RefreshServiceInstanceObject( 
   Guid serviceInstanceGuid,
   string serviceObjectXml
)
C++/CLI  
public:
bool RefreshServiceInstanceObject( 
   Guid serviceInstanceGuid,
   String^ serviceObjectXml
) 

Parameters

serviceInstanceGuid
serviceObjectXml

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also