ClientSettings Class

 

The class for representing settings used by WorkflowManagementClient

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.ClientSettings

Syntax

public class ClientSettings
public ref class ClientSettings 
type ClientSettings = class end
Public Class ClientSettings

Constructors

Name Description
System_CAPS_pubmethod ClientSettings()

Initializes a new instance of the ClientSettings class.

Properties

Name Description
System_CAPS_pubproperty Credentials

Gets or sets Credentials.

System_CAPS_pubproperty RequestTimeout

Gets or sets request timeout used by WorkflowManagementClient and its objects.

System_CAPS_pubproperty UserCulture

Gets or sets UserCulture.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Workflow.Client Namespace

Return to top