RulesEventReceiverServiceProxyClient class
Inheritance hierarchy
System.Object
System.ServiceModel.ClientBase<IRulesEventReceiverRemote>
Microsoft.Office.Project.Server.Events.RulesEventReceiverServiceProxyClient
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 RulesEventReceiverServiceProxyClient _
Inherits ClientBase(Of IRulesEventReceiverRemote) _
Implements IRulesEventReceiverRemote
'Usage
Dim instance As RulesEventReceiverServiceProxyClient
public class RulesEventReceiverServiceProxyClient : ClientBase<IRulesEventReceiverRemote>,
IRulesEventReceiverRemote
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.