| 
            
              CommonPhasorServicesCancelConfigurationFrameRequest Method
             | 
          
        
        
            Cancels a configuration frame request
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.258-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 CancelConfigurationFrameRequestpublic:
[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 Source
See Also