CalendarEventReceiverServiceProxyClient class

Inheritance hierarchy

System.Object
  System.ServiceModel.ClientBase<ICalendarEventReceiverRemote>
    Microsoft.Office.Project.Server.Events.CalendarEventReceiverServiceProxyClient

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 CalendarEventReceiverServiceProxyClient _
    Inherits ClientBase(Of ICalendarEventReceiverRemote) _
    Implements ICalendarEventReceiverRemote
'Usage
Dim instance As CalendarEventReceiverServiceProxyClient
public class CalendarEventReceiverServiceProxyClient : ClientBase<ICalendarEventReceiverRemote>, 
    ICalendarEventReceiverRemote

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

Reference

CalendarEventReceiverServiceProxyClient members

Microsoft.Office.Project.Server.Events namespace