C# Класс PRI.ProductivityExtensions.BindIPEndPointExtensions.BindIPEndPointable

Class that contains extension methods that extend BindIPEndPoint
Показать файл Открыть проект

Открытые методы

Метод Описание
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);

Описание методов

BeginInvoke() публичный статический Метод

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
Результат IAsyncResult