Overload List

  NameDescription
Public methodTryJoinPeerAsync(IPEndPoint, String, FalconOperationCallback<(Of <<'(Int32>)>>), Packet)
Attempts to connect to the remote peer. If successful Falcon can send and receive from this peer and FalconOperationResult.ReturnValue will be set to the Id for this remote peer which can also be obtained in the PeerAdded event. This Method returns immediately then calls the callback supplied when the operation completes.
Public methodTryJoinPeerAsync(String, Int32, String, FalconOperationCallback<(Of <<'(Int32>)>>), Packet)
Attempts to connect to the remote peer. If successful Falcon can send and receive from this peer and FalconOperationResult.Tag will be set to the Id for this remote peer which can also be obtained in the PeerAdded event. This Method returns immediately then calls the callback supplied when the operation completes.

See Also