AL.DeleteSources Method

Definition

Overloads

DeleteSources(Int32[])

This function deletes one or more sources.

DeleteSources(UInt32[])

This function deletes one or more sources.

DeleteSources(Int32, Int32)

This function deletes one or more sources.

DeleteSources(Int32, UInt32)

This function deletes one or more sources.

DeleteSources(Int32, UInt32*)

This function deletes one or more sources.

DeleteSources(Int32[])

This function deletes one or more sources.

public static void DeleteSources (int[] sources);
static member DeleteSources : int[] -> unit

Parameters

sources
Int32[]

An array of source names identifying the sources to be deleted.

Applies to

DeleteSources(UInt32[])

Important

This API is not CLS-compliant.

This function deletes one or more sources.

[System.CLSCompliant(false)]
public static void DeleteSources (uint[] sources);
static member DeleteSources : uint32[] -> unit

Parameters

sources
UInt32[]

An array of source names identifying the sources to be deleted.

Attributes

Applies to

DeleteSources(Int32, Int32)

This function deletes one or more sources.

public static void DeleteSources (int n, ref int sources);
static member DeleteSources : int *  -> unit

Parameters

n
Int32

The number of sources to be deleted.

sources
Int32

Reference to a single source, or an array of source names identifying the sources to be deleted.

Applies to

DeleteSources(Int32, UInt32)

Important

This API is not CLS-compliant.

This function deletes one or more sources.

[System.CLSCompliant(false)]
public static void DeleteSources (int n, ref uint sources);
static member DeleteSources : int *  -> unit

Parameters

n
Int32

The number of sources to be deleted.

sources
UInt32

Reference to a single source, or an array of source names identifying the sources to be deleted.

Attributes

Applies to

DeleteSources(Int32, UInt32*)

Important

This API is not CLS-compliant.

This function deletes one or more sources.

[System.CLSCompliant(false)]
public static void DeleteSources (int n, uint* sources);
static member DeleteSources : int * nativeptr<uint32> -> unit

Parameters

n
Int32

The number of sources to be deleted.

sources
UInt32*

Pointer to an array of source names identifying the sources to be deleted.

Attributes

Applies to