Show / Hide Table of Contents

Class ChannelReferences

Holds References to Channel Items like SyncProcedure and FileProcedures.

Inheritance
Object
ChannelReferences
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public static class ChannelReferences : object

Methods

Add(Int32, Int32, Object)

Adds a Reference.

Declaration
public static void Add(int Handle, int SpecificHandle, object proc)
Parameters
Int32 Handle

Int32 SpecificHandle

Object proc

Remove(Int32, Int32)

Removes a Reference.

Declaration
public static void Remove(int Handle, int SpecialHandle)
Parameters
Int32 Handle

Int32 SpecialHandle

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx