C# Class PRI.ProductivityExtensions.BindIPEndPointExtensions.BindIPEndPointable

Class that contains extension methods that extend BindIPEndPoint
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode Description
BeginInvoke ( this bindipendpoint, ServicePoint servicePoint, IPEndPoint remoteEndPoint, Int32 retryCount, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. bindipendpoint.BeginInvoke(servicePoint, remoteEndPoint, retryCount, callback);

Method Details

BeginInvoke() public static méthode

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. bindipendpoint.BeginInvoke(servicePoint, remoteEndPoint, retryCount, callback);
public static BeginInvoke ( this bindipendpoint, ServicePoint servicePoint, IPEndPoint remoteEndPoint, Int32 retryCount, AsyncCallback callback ) : IAsyncResult
bindipendpoint this
servicePoint System.Net.ServicePoint
remoteEndPoint System.Net.IPEndPoint
retryCount System.Int32
callback AsyncCallback
Résultat IAsyncResult