XdsObjects Help file
XdsObjects Namespace / XdsDomain Class / RegisterOnDemandDocumentEntry Method
The Submission Set to send



In This Topic
    RegisterOnDemandDocumentEntry Method
    In This Topic
    Submit an XdsSubmissionSet to a registry using the RegisterOnDemandDocumentEntry transaction
    Syntax
    Public Function RegisterOnDemandDocumentEntry( _
       ByVal SubmissionSet As XdsSubmissionSet _
    ) As XdsRegistryResponse
    Dim instance As XdsDomain
    Dim SubmissionSet As XdsSubmissionSet
    Dim value As XdsRegistryResponse
     
    value = instance.RegisterOnDemandDocumentEntry(SubmissionSet)
    public XdsRegistryResponse RegisterOnDemandDocumentEntry( 
       XdsSubmissionSet SubmissionSet
    )
    public:
    XdsRegistryResponse^ RegisterOnDemandDocumentEntry( 
       XdsSubmissionSet^ SubmissionSet
    ) 

    Parameters

    SubmissionSet
    The Submission Set to send

    Return Value

    Standard response, indicating success/failure and/or any errors
    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