OPCHDA.NET Reference Manual
CancelPlayback Method
See Also  Send Feedback
OpcHDAWrapperUA.Net4 Assembly > OPCHDA.NET Namespace > OpcHDAServer Class : CancelPlayback Method

cancelID
OUT: The server-generated cancelID which was returned from the original method call.

Glossary Item Box

This function cancels the outstanding operation.

The actual implementation is server specific, but the server shall respond via the CancelComplete event handler.

Syntax

Visual Basic (Declaration) 
Public Function CancelPlayback( _
   ByVal cancelID As Integer _
) As Integer
C# 
public int CancelPlayback( 
   int cancelID
)

Parameters

cancelID
OUT: The server-generated cancelID which was returned from the original method call.

Return Value

S_OK, E_INVALIDARG, E_FAIL

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.