WorkflowEventReceiverServiceProxyClient class
Inheritance hierarchy
System.Object
System.ServiceModel.ClientBase<IWorkflowEventReceiverRemote>
Microsoft.Office.Project.Server.Events.WorkflowEventReceiverServiceProxyClient
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Class WorkflowEventReceiverServiceProxyClient _
Inherits ClientBase(Of IWorkflowEventReceiverRemote) _
Implements IWorkflowEventReceiverRemote
'Usage
Dim instance As WorkflowEventReceiverServiceProxyClient
public class WorkflowEventReceiverServiceProxyClient : ClientBase<IWorkflowEventReceiverRemote>,
IWorkflowEventReceiverRemote
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.