Show / Hide Table of Contents

Class ChannelsResource

The "channels" collection of methods.

Inheritance
System.Object
ChannelsResource
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.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class ChannelsResource

Constructors

ChannelsResource(IClientService)

Constructs a new resource.

Declaration
public ChannelsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Stop(Channel)

Stop watching resources through this channel

Declaration
public virtual ChannelsResource.StopRequest Stop(Channel body)
Parameters
Type Name Description
Channel body

The body of the request.

Returns
Type Description
ChannelsResource.StopRequest
In This Article
Back to top