C# 클래스 PRI.ProductivityExtensions.IPGlobalPropertiesExtensions.IPGlobalPropertiesable

Class that contains extension methods that extend IPGlobalProperties
파일 보기 프로젝트 열기: peteraritchie/ProductivityExtensions

공개 메소드들

메소드 설명
BeginGetUnicastAddresses ( this ipglobalproperties, AsyncCallback callback ) : IAsyncResult

Extends BeginGetUnicastAddresses so that when a state object is not needed, null does not need to be passed. ipglobalproperties.BeginGetUnicastAddresses(callback);

메소드 상세

BeginGetUnicastAddresses() 공개 정적인 메소드

Extends BeginGetUnicastAddresses so that when a state object is not needed, null does not need to be passed. ipglobalproperties.BeginGetUnicastAddresses(callback);
public static BeginGetUnicastAddresses ( this ipglobalproperties, AsyncCallback callback ) : IAsyncResult
ipglobalproperties this
callback AsyncCallback
리턴 IAsyncResult