|
CommonPhasorServicesCancelConfigurationFrameRequest Method
|
Cancels a configuration frame request
Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Cancels the currently executing configuration frame request.",
new string[] { ... })]
public void CancelConfigurationFrameRequest()
<AdapterCommandAttribute("Cancels the currently executing configuration frame request.",
New String() { ... })>
Public Sub CancelConfigurationFrameRequest
public:
[AdapterCommandAttribute(L"Cancels the currently executing configuration frame request.",
__gc new array<String^>^ { ... })]
void CancelConfigurationFrameRequest()
[<AdapterCommandAttribute("Cancels the currently executing configuration frame request.",
new string[] { ... })>]
member CancelConfigurationFrameRequest : unit -> unit
function CancelConfigurationFrameRequest();
View SourceSee Also