Remove Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmSources.Remove Method

This function removes an arm source.


[Visual Basic]
Public Sub Remove( _
   ByVal SourceName As String _
)

[C#]
public void Remove(
   String SourceName
);

[C++]
HRESULT Remove(
   BSTR SourceName
);

Parameters

SourceName
Specifies the name of the arm source to remove.

Remarks

Any resources associated with this alarm should be freed. The SourceName parameter is case-insensitive.

See Also

IIviLxiSyncArmSources Interface | IIviLxiSyncArmSources Members | Ivi.LxiSync.Interop Namespace