아래와 같이 구현 가능할까요?
 
[CustomAsyncCall("ReturnMethod")]
private DataSet GetData()
{
 
}
 
private void ReturnMethod( DataSet ds)
(
 
)
[CustomAsyncCall("ReturnMethod")] 를 만들어서
[CustomAsyncCall("ReturnMethod")] 를 기술하면..
GetData() 를 실행후 자동으로 ReturnMethod( DataSet ds) 를 실행하도록 할수 있을까요?
이리저리 찾아봐도 어렵네요..ㅠㅠ
        
        
                    
                    
                    
                    
                    
    
                    
                    
                    
                    
                    
                
                    [최초 등록일: ]
                    [최종 수정일: 12/10/2013]