Show / Hide Table of Contents

Class ResellernotifyResource

The "resellernotify" collection of methods.

Inheritance
System.Object
ResellernotifyResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Reseller.v1
Assembly: Google.Apis.Reseller.v1.dll
Syntax
public class ResellernotifyResource

Constructors

ResellernotifyResource(IClientService)

Constructs a new resource.

Declaration
public ResellernotifyResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Getwatchdetails()

Returns all the details of the watch corresponding to the reseller.

Declaration
public virtual ResellernotifyResource.GetwatchdetailsRequest Getwatchdetails()
Returns
Type Description
ResellernotifyResource.GetwatchdetailsRequest

Register()

Registers a Reseller for receiving notifications.

Declaration
public virtual ResellernotifyResource.RegisterRequest Register()
Returns
Type Description
ResellernotifyResource.RegisterRequest

Unregister()

Unregisters a Reseller for receiving notifications.

Declaration
public virtual ResellernotifyResource.UnregisterRequest Unregister()
Returns
Type Description
ResellernotifyResource.UnregisterRequest
In This Article
Back to top