IWaitSendMessage
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.builtin
- Platforms: .NET, .NET Standard 2.0, Island
- Ancestry: IWaitMessage | IWaitSendMessage
Required Methods
Cancel (declared in IWaitMessage)
method Cancel
void Cancel()
func Cancel()
// .NET, .NET Standard 2.0
func Cancel()
// Island
func Cancel() void
Sub Cancel()
Start (declared in IWaitMessage)
method Start(aNotifier: Func<Func<Boolean>, Boolean>): Boolean
Boolean Start(Func<Func<Boolean>, Boolean> aNotifier)
func Start(_ aNotifier: Func<Func<Boolean>, Boolean>) -> Boolean
func Start(aNotifier Func<Func<Boolean>, Boolean>) Boolean
// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Function Start(aNotifier As Func (Of Func (Of Boolean), Boolean)) As Boolean
// Island-Android, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Function Start(aNotifier As Func<Func<Boolean>, Boolean>) As Boolean
Parameters:
- aNotifier: