Read Configuration

API Type

Web Services

Description

Read an event service configuration.

Syntax

public string ReadConfiguration()

Parameters

Name Description
None Not Applicable

Output

WFEvent object.

Example

public string ReadConfiguration()

	{
    IWFEventServiceConfiguration eventservice = GetEventService();
    string configuration = eventservice.ReadConfiguration();
	}

Supported Versions

3.2.0.4 and higher